Module: Hyrax::Admin::UsersControllerBehavior
- Extended by:
- ActiveSupport::Concern
- Includes:
- Blacklight::SearchContext
- Included in:
- UsersController
- Defined in:
- app/controllers/concerns/hyrax/admin/users_controller_behavior.rb
Instance Method Summary collapse
-
#index ⇒ Object
Display admin menu list of users.
Instance Method Details
#index ⇒ Object
Display admin menu list of users
12 13 14 15 16 17 |
# File 'app/controllers/concerns/hyrax/admin/users_controller_behavior.rb', line 12 def index t(:'hyrax.controls.home'), root_path t(:'hyrax.dashboard.breadcrumbs.admin'), hyrax.dashboard_path t(:'hyrax.admin.users.index.title'), hyrax.admin_users_path @presenter = Hyrax::Admin::UsersPresenter.new end |