module DogBiscuits::Solr::IndexTypes

Public Instance Methods

solr_value(name, *options) click to toggle source
# File lib/dog_biscuits/solr/index_types.rb, line 28
def solr_value(name, *options)
  self[solr_name(name.to_s, *options)]
end