I am updating the active record queries of a rails project. I have not been able to find out how to update when the query is
foo.find(:all, :stuff, :id, :thing, @bar)
I would know how to handle a regular.find(:all)
or .find(:all, :conditions => {}
(find(:first) and find(:all) are deprecated) but have not found anything on this