Sha256: a8e762d404eee6a114b42cf98ef32a72fd6e016fcbcc76231ff4231ff8448163
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
# This stands in for an object to be created from the BatchUploadForm. # It should never actually be persisted in the repository. # The properties on this form should be copied to a real work type. class BatchUploadItem < ActiveFedora::Base include CurationConcerns::BasicMetadata # This mocks out the behavior of Hydra::PCDM::PcdmBehavior def in_collection_ids [] end def create_or_update raise "This is a read only record" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.rc1 | app/models/batch_upload_item.rb |