lib/ddr/models/files/fits_xml_file.rb in ddr-models-3.0.0.rc2 vs lib/ddr/models/files/fits_xml_file.rb in ddr-models-3.0.0.rc3
- old
+ new
@@ -26,10 +26,11 @@
t.creatingApplicationName
t.created
t.lastmodified
}
t.filestatus {
+ t.message
t.valid
t.well_formed(path: "well-formed")
}
t.metadata {
t.image {
@@ -51,9 +52,10 @@
t.media_type proxy: [:identification, :identity, :mimetype]
t.format_label proxy: [:identification, :identity, :format_label]
t.format_version proxy: [:identification, :identity, :version]
t.pronom_identifier proxy: [:identification, :identity, :pronom_identifier]
# filestatus
+ t.message proxy: [:filestatus, :message]
t.valid proxy: [:filestatus, :valid]
t.well_formed proxy: [:filestatus, :well_formed]
# fileinfo
t.created proxy: [:fileinfo, :created]
t.creating_application proxy: [:fileinfo, :creatingApplicationName]