Sha256: 8e54c730e7b5a2ac3666c26a0829e2dcf68fad33a4ea1f139716a627b9db92a2
Contents?: true
Size: 401 Bytes
Versions: 13
Compression:
Stored size: 401 Bytes
Contents
# # An Attachment is a miscellaneous content-bearing resource associated with a Collection. # # Example: A collection digitization QC information spreadsheet. # class Attachment < Ddr::Models::Base include Ddr::Models::HasContent belongs_to :attached_to, predicate: ::RDF::URI("http://projecthydra.org/ns/relations#isAttachedTo"), class_name: "ActiveFedora::Base" end
Version data entries
13 entries across 13 versions & 1 rubygems