class Dor::TechnicalMetadataDS

Represents the Fedora 3 datastream that hold technical metadata

Public Instance Methods

prefix() click to toggle source

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.

# File lib/dor/datastreams/technical_metadata_ds.rb, line 8
def prefix
  ''
end