Sha256: 2abe5abec1b60cd9e1b3640c713c91bd2e881704430ec0e60303a458fa39f3c7
Contents?: true
Size: 631 Bytes
Versions: 12
Compression:
Stored size: 631 Bytes
Contents
module Sufia::Forms class CollectionForm < CurationConcerns::Forms::CollectionEditForm delegate :id, to: :model # TODO: remove this when https://github.com/projecthydra/hydra-editor/pull/115 # is merged and hydra-editor 3.0.0 is released delegate :model_name, to: :model def primary_terms [:title] end def secondary_terms [:creator, :contributor, :description, :keyword, :rights, :publisher, :date_created, :subject, :language, :identifier, :based_near, :related_url, :resource_type] end end end
Version data entries
12 entries across 12 versions & 1 rubygems