Hi On 21 March 2011 14:31, Joe Kutner <[email protected]> wrote: > I'm using dm 1.0.2 and I get a message that the 'in' operator is > deprecated with this query: > > FoobarModel.all(:tag.in => tags) > > What is the intended replacement for this?
No 'in' FoobarModel.all(:tag => tags) Regards Jon -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
