Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- lib/templates/controllers/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_account ⇒ Object
3 4 5 |
# File 'lib/templates/controllers/application_controller.rb', line 3 def current_account current_user.account end |