Method: ActsAsSolr::ClassMethods#find_with_facet
- Defined in:
- lib/acts_as_solr/deprecation.rb
#find_with_facet(query, options = {}) ⇒ Object
17 18 19 20 21 |
# File 'lib/acts_as_solr/deprecation.rb', line 17 def find_with_facet(query, ={}) Deprecation.plog "The method find_with_facet is deprecated. Use find_by_solr instead, passing the " + "arguments the same way you used to do with find_with_facet." find_by_solr(query, ) end |