Module: Koi::Controller::IsAdminController
- Extended by:
- ActiveSupport::Concern
- Included in:
- Admin::ApplicationController
- Defined in:
- app/controllers/concerns/koi/controller/is_admin_controller.rb
Class Attribute Summary collapse
-
.authenticate_local_admins ⇒ Object
Returns the value of attribute authenticate_local_admins.
Class Attribute Details
.authenticate_local_admins ⇒ Object
Returns the value of attribute authenticate_local_admins.
37 38 39 |
# File 'app/controllers/concerns/koi/controller/is_admin_controller.rb', line 37 def authenticate_local_admins @authenticate_local_admins end |