Class: Hyrax::My::CollectionsController

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

Direct Known Subclasses

Dashboard::CollectionsController

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

#indexObject



8
9
10
11
12
13
14
# File 'app/controllers/hyrax/my/collections_controller.rb', line 8

def index
  add_breadcrumb t(:'hyrax.controls.home'), root_path
  add_breadcrumb t(:'hyrax.dashboard.breadcrumbs.admin'), hyrax.dashboard_path
  add_breadcrumb t(:'hyrax.admin.sidebar.collections'), hyrax.my_collections_path

  super
end

#search_builder_classObject



4
5
6
# File 'app/controllers/hyrax/my/collections_controller.rb', line 4

def search_builder_class
  Hyrax::My::CollectionsSearchBuilder
end