Sha256: cb87b7a93720560897f20510e8f5b832a8dbbd78d9c2fad0f885f5f948443dbc
Contents?: true
Size: 466 Bytes
Versions: 24
Compression:
Stored size: 466 Bytes
Contents
# Generated via # `rails generate hyrax:work GenericWork` module Hyrax # Generated controller for GenericWork class GenericWorksController < ApplicationController # Adds Hyrax behaviors to the controller. include Hyrax::WorksControllerBehavior include Hyrax::BreadcrumbsForWorks self.curation_concern_type = ::GenericWork # Use this line if you want to use a custom presenter self.show_presenter = Hyrax::GenericWorkPresenter end end
Version data entries
24 entries across 24 versions & 1 rubygems