Class: Hyrax::Dashboard::WorksController

Inherits:
My::WorksController show all
Defined in:
app/controllers/hyrax/dashboard/works_controller.rb

Overview

Shows a list of all works to the admins

Instance Method Summary collapse

Methods inherited from My::WorksController

configure_facets, #index

Methods inherited from MyController

configure_facets, #index

Methods included from Collections::AcceptsBatches

#batch, #batch=, #check_for_empty_batch?

Instance Method Details

#search_builder_classObject

Search builder for a list of works Override of Blacklight::RequestBuilders



7
8
9
# File 'app/controllers/hyrax/dashboard/works_controller.rb', line 7

def search_builder_class
  Hyrax::Dashboard::WorksSearchBuilder
end