Class: Api::BaseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/forcast/controllers/controller/login/controllers/base_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_userObject (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