Sha256: ddf0176c15aecdbaa09e8c62208fe6a33aea60d518f8ebdb87aef2bbfbcef06a
Contents?: true
Size: 434 Bytes
Versions: 3
Compression:
Stored size: 434 Bytes
Contents
# Generated via # `rails generate hyrax:work NewspaperIssue` module Hyrax # Newspaper Issue Form Class class NewspaperIssueForm < ::NewspaperWorks::NewspaperCoreFormData self.model_class = ::NewspaperIssue self.terms += [:alternative_title, :volume, :edition_number, :edition_name, :issue_number, :extent, :publication_date] self.terms -= [:creator, :contributor, :description, :subject] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newspaper_works-1.0.1 | app/forms/hyrax/newspaper_issue_form.rb |
newspaper_works-1.0.0 | app/forms/hyrax/newspaper_issue_form.rb |
newspaper_works-0.1.0 | app/forms/hyrax/newspaper_issue_form.rb |