Sha256: bc87d38011570c28091d74baa79983ccdc8f3a7b51d9fb881fa9bea30fbc1ae1
Contents?: true
Size: 465 Bytes
Versions: 22
Compression:
Stored size: 465 Bytes
Contents
module Ddr module Datastreams class PropertiesDatastream < ActiveFedora::OmDatastream set_terminology do |t| t.root(:path => "fields") t.original_filename t.permanent_id end def prefix # Squash AF 8.0 deprecation warning "" end def self.xml_template builder = Nokogiri::XML::Builder.new do |xml| xml.fields end builder.doc end end end end
Version data entries
22 entries across 22 versions & 1 rubygems