Class: Sufia::AdminSetsController

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

Class Method Summary collapse

Class Method Details

.local_prefixesObject

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



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

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