Sha256: 5206fcf737817cfe6c9ba194e44939c1a9f325dc165695606395e98e6ac31937
Contents?: true
Size: 353 Bytes
Versions: 3
Compression:
Stored size: 353 Bytes
Contents
# Generated via # `rails generate hyrax:work NewspaperContainer` module Hyrax class NewspaperContainerPresenter < Hyrax::WorkShowPresenter include NewspaperWorks::NewspaperCorePresenter include NewspaperWorks::TitleInfoPresenter delegate :extent, :publication_date_start, :publication_date_end, to: :solr_document end end
Version data entries
3 entries across 3 versions & 1 rubygems