Class: Hyrax::My::SharesController

Inherits:
Hyrax::MyController show all
Defined in:
app/controllers/hyrax/my/shares_controller.rb

Instance Method Summary collapse

Methods inherited from Hyrax::MyController

configure_facets

Methods included from Collections::AcceptsBatches

#batch, #batch=, #check_for_empty_batch?

Instance Method Details

#indexObject



9
10
11
# File 'app/controllers/hyrax/my/shares_controller.rb', line 9

def index
  super
end

#search_builder_classObject

Override of Blacklight::RequestBuilders



5
6
7
# File 'app/controllers/hyrax/my/shares_controller.rb', line 5

def search_builder_class
  Hyrax::My::SharesSearchBuilder
end