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