Class: CatalogController

Inherits:
ApplicationController
  • Object
show all
Includes:
Hydra::Catalog, Hydra::Controller::ControllerBehavior
Defined in:
lib/generators/hyrax/templates/catalog_controller.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.modified_fieldObject



13
14
15
# File 'lib/generators/hyrax/templates/catalog_controller.rb', line 13

def self.modified_field
  "system_modified_dtsi"
end

.uploaded_fieldObject



9
10
11
# File 'lib/generators/hyrax/templates/catalog_controller.rb', line 9

def self.uploaded_field
  "system_create_dtsi"
end

Instance Method Details

#render_bookmarks_control?Boolean

disable the bookmark control from displaying in gallery view Hyrax doesn’t show any of the default controls on the list view, so this method is not called in that context.

Returns:

  • (Boolean)


301
302
303
# File 'lib/generators/hyrax/templates/catalog_controller.rb', line 301

def render_bookmarks_control?
  false
end