Module: ActiveFedora::RDF::Indexing::ClassMethods

Defined in:
lib/active_fedora/rdf/indexing.rb

Instance Method Summary collapse

Instance Method Details

#type(field) ⇒ Object

Gives the datatype for a column.



40
41
42
# File 'lib/active_fedora/rdf/indexing.rb', line 40

def type(field)
  config_for_term_or_uri(field).type
end