Module: Authentication
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApplicationController
- Defined in:
- app/controllers/concerns/authentication.rb
Instance Attribute Summary collapse
-
#current_user ⇒ Object
readonly
Returns the value of attribute current_user.
Instance Attribute Details
#current_user ⇒ Object (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 |