module ActiveFedora::Attributes::ClassMethods
def attribute_class(klass)
def attribute_class(klass) if klass < ActiveFedora::RDFDatastream RdfDatastreamAttribute else OmAttribute end end
def attribute_class(klass) if klass < ActiveFedora::RDFDatastream RdfDatastreamAttribute else OmAttribute end end