Module: Authentication

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController
Defined in:
app/controllers/concerns/authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_userObject (readonly)

Returns the value of attribute current_user.



14
15
16
# File 'app/controllers/concerns/authentication.rb', line 14

def current_user
  @current_user
end