Class: InvoiceBar::SettingsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- InvoiceBar::SettingsController
- Defined in:
- app/controllers/invoice_bar/settings_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/invoice_bar/settings_controller.rb', line 5 def index @user = current_user end |