Class: Hyrax::My::WorksController

Inherits:
Hyrax::MyController show all
Defined in:
app/controllers/hyrax/my/works_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/works_controller.rb', line 8

def index
  super
  @selected_tab = 'works'
end

#search_builder_classObject



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

def search_builder_class
  Hyrax::MyWorksSearchBuilder
end