Module: ActiveFedora::RDF::Indexing::ClassMethods
- Defined in:
- lib/active_fedora/rdf/indexing.rb
Instance Method Summary collapse
-
#type(field) ⇒ Object
Gives the datatype for a column.
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 |