Class: Api::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Api::BaseController
- Defined in:
- lib/forcast/controllers/controller/login/controllers/base_controller.rb
Instance Attribute Summary collapse
-
#current_user ⇒ Object
readonly
before_action :init_user.
Instance Attribute Details
#current_user ⇒ Object (readonly)
before_action :init_user
10 11 12 |
# File 'lib/forcast/controllers/controller/login/controllers/base_controller.rb', line 10 def current_user @current_user end |