Class: PropertiesDatastream

Inherits:
ActiveFedora::OmDatastream
  • Object
show all
Defined in:
app/models/datastreams/properties_datastream.rb

Overview

properties datastream: catch-all for info that didn’t have another home. Particularly depositor.

Class Method Summary collapse

Class Method Details

.xml_templateObject



12
13
14
15
16
17
# File 'app/models/datastreams/properties_datastream.rb', line 12

def self.xml_template
  builder = Nokogiri::XML::Builder.new do |xml|
    xml.fields
  end
  builder.doc
end