Class: Gaku::Api::V1::BaseController

Inherits:
ApplicationController show all
Includes:
ActionController::MimeResponds
Defined in:
app/controllers/gaku/api/v1/base_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_userObject (readonly)

Returns the value of attribute current_user.



3
4
5
# File 'app/controllers/gaku/api/v1/base_controller.rb', line 3

def current_user
  @current_user
end