Class: Hyrax::My::CollectionsController
- Inherits:
-
Hyrax::MyController
- Object
- ApplicationController
- Hyrax::MyController
- Hyrax::My::CollectionsController
- Defined in:
- app/controllers/hyrax/my/collections_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Hyrax::MyController
configure_facets, #suppressed_to_status
Methods included from Collections::AcceptsBatches
#batch, #batch=, #check_for_empty_batch?
Instance Method Details
#index ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/controllers/hyrax/my/collections_controller.rb', line 8 def index t(:'hyrax.controls.home'), root_path t(:'hyrax.dashboard.breadcrumbs.admin'), hyrax.dashboard_path t(:'hyrax.admin.sidebar.collections'), hyrax.my_collections_path super end |
#search_builder_class ⇒ Object
4 5 6 |
# File 'app/controllers/hyrax/my/collections_controller.rb', line 4 def search_builder_class Hyrax::My::CollectionsSearchBuilder end |