Class: Hyrax::My::HighlightsController
- Inherits:
-
Hyrax::MyController
- Object
- ApplicationController
- Hyrax::MyController
- Hyrax::My::HighlightsController
- Defined in:
- app/controllers/hyrax/my/highlights_controller.rb
Instance Method Summary collapse
- #index ⇒ Object
-
#search_builder_class ⇒ Object
Override of Blacklight::RequestBuilders.
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
9 10 11 |
# File 'app/controllers/hyrax/my/highlights_controller.rb', line 9 def index super end |
#search_builder_class ⇒ Object
Override of Blacklight::RequestBuilders
5 6 7 |
# File 'app/controllers/hyrax/my/highlights_controller.rb', line 5 def search_builder_class Hyrax::My::HighlightsSearchBuilder end |