Class: Dor::TechnicalMetadataDS

Inherits:
ActiveFedora::OmDatastream
  • Object
show all
Defined in:
lib/dor/datastreams/technical_metadata_ds.rb

Overview

Represents the Fedora 3 datastream that hold technical metadata

Instance Method Summary collapse

Instance Method Details

#prefixObject

This provides the prefix for the solr fields generated by ActiveFedora. Since we don’t want a prefix, we override this to return an empty string.



8
9
10
# File 'lib/dor/datastreams/technical_metadata_ds.rb', line 8

def prefix
  ''
end