search for: att_accessors

Displaying 1 result from an estimated 1 matches for "att_accessors".

Did you mean: attr_accessors
2010 Dec 25
1
Advanced search without database
...attr_accessor :keywords, :category_id, : minimum_price, :maximum_price validates_presence_of :keywords # blah... end* *Everything works the same, just doesn''t save anything. And no need for a migration or ''searches'' table in db.* But i tried it, and when i put the att_accessors in my model and try to make the search, the search returns me all the produtcs.. it dont make the search.. Does anyone knows how to solve this problem? Thanks * * -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this...