Class: Hyrax::AdminSetsController

Inherits:
ApplicationController
  • Object
show all
Includes:
CollectionsControllerBehavior
Defined in:
app/controllers/hyrax/admin_sets_controller.rb

Class Method Summary collapse

Methods included from CollectionsControllerBehavior

#after_create, #after_create_error, #after_destroy, #after_destroy_error, #after_update, #after_update_error, #collection, #create, #deny_collection_access, #destroy, #edit, #index, #new, #show, #update

Class Method Details

.local_prefixesObject

Override the default prefixes so that we use the collection partals.



14
15
16
# File 'app/controllers/hyrax/admin_sets_controller.rb', line 14

def self.local_prefixes
  ["hyrax/admin_sets", "hyrax/collections", 'catalog']
end