1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-27 00:59:39 +02:00
Maybe/app/controllers/settings/billings_controller.rb

8 lines
130 B
Ruby
Raw Permalink Normal View History

class Settings::BillingsController < ApplicationController
layout "settings"
def show
@family = Current.family
end
end