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

8 lines
126 B
Ruby
Raw Normal View History

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