class Dor::ProvenanceMetadataDS

Represents the Fedora 3 datastream that hold provenance 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/provenance_metadata_ds.rb, line 8
def prefix
  ''
end