Can I use something like searchlogic to search for objects based on the return values of instance methods? E.g., I'd like to search for users of a certain "age" but age is not a column, it's an instance method, returning the age value calculated from the birthdate, which is a column.
Is there a quick way like searchlogic to do this or do I have to build my own search queries? Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

