Hi all,

I used following query

users = User.find(:all, :page => {:size=>100},:conditions =>
['created_at between ? and ?', from_date.to_time, to_date.to_time] )

But,i got "Unknown key: page" error....

i used ruby 1.9.3 and rails 3.1.3....

Please help me....

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.

Reply via email to