Class: Hyrax::Dashboard::WorksController
- Inherits:
-
My::WorksController
- Object
- ApplicationController
- MyController
- My::WorksController
- Hyrax::Dashboard::WorksController
- Defined in:
- app/controllers/hyrax/dashboard/works_controller.rb
Overview
Shows a list of all works to the admins
Instance Method Summary collapse
-
#search_builder_class ⇒ Object
Search builder for a list of works Override of Blacklight::RequestBuilders.
Methods inherited from My::WorksController
Methods inherited from MyController
configure_facets, #index, #suppressed_to_status
Methods included from Collections::AcceptsBatches
#batch, #batch=, #check_for_empty_batch?
Instance Method Details
#search_builder_class ⇒ Object
Search builder for a list of works Override of Blacklight::RequestBuilders
9 10 11 |
# File 'app/controllers/hyrax/dashboard/works_controller.rb', line 9 def search_builder_class Hyrax::WorksSearchBuilder end |