app/models/attachment.rb in ddr-models-1.2.1 vs app/models/attachment.rb in ddr-models-1.3.0
- old
+ new
@@ -1,7 +1,12 @@
+#
+# 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, property: :is_attached_to, class_name: 'ActiveFedora::Base'
-end
\ No newline at end of file
+end