Displaying 1 result from an estimated 1 matches for "supernice".
Did you mean:
superficie
2006 Jul 26
2
Question about Recipe 52
I''m reading Rails Recipes, for the precision the recipe 52 that speak
about ''Making your own Rails plugin''. The question, so stupid, is that i
don''t understand wath do the code
def self.search(query, fields, options = {})
find :all,
options.merge(:conditions => [[fields].flatten.map { |f|
"LOWER(#{f}) LIKE :query"}.join(''