Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/templates/controllers/application_controller.rb

Direct Known Subclasses

AccountsController, PagesController

Instance Method Summary collapse

Instance Method Details

#current_accountObject



3
4
5
# File 'lib/templates/controllers/application_controller.rb', line 3

def 
  current_user.
end