Module: Hydra::Controller::ControllerBehavior::ClassMethods

Defined in:
lib/hydra/controller/controller_behavior.rb

Instance Method Summary collapse

Instance Method Details

#solr_name(name, *opts) ⇒ Object

get the solr name for a field with this name and using the given solrizer descriptor



40
41
42
# File 'lib/hydra/controller/controller_behavior.rb', line 40

def solr_name(name, *opts)
  ActiveFedora::SolrService.solr_name(name, *opts)
end