Module: RailsIam::Authentication::Authenticatable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/controllers/concerns/rails_iam/authentication/authenticatable.rb
Instance Method Summary collapse
Instance Method Details
#current_user ⇒ Object
25 26 27 |
# File 'app/controllers/concerns/rails_iam/authentication/authenticatable.rb', line 25 def current_user RailsIam::Authentication::Current.user end |