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