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

8 lines
130 B
Ruby
Raw Normal View History

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