You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
giniedp edited this page Jul 4, 2012
·
4 revisions
To handle large queries with lots of conditions just add a block to the find method. The query
parameter is a magic wrapper around your resource class and will chain all called methods. If you use
active record ORM then you can call everything that you would call after find on an ActiveRecord class.