Class: Hyrax::My::CollectionsController

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

Instance Method Summary collapse

Methods included from Hydra::BatchEditBehavior

#after_destroy_collection, #after_update, #all, #check_for_empty!, #destroy_collection, #edit, #state, #update, #update_document

Instance Method Details

#indexObject



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

def index
  super
  @selected_tab = 'collections'
end

#search_builder_classObject



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

def search_builder_class
  Hyrax::MyCollectionsSearchBuilder
end