So i have acts as ferret working nicely except for one problem. I can’t
for the life of me filter results on a parent model!
For example we have a tree that goes
Account->User->Article
Article.find_by_contents(“hello”) works great but I try something like
Article.find_by_contents(“hello”, {}, {:include=>:users,
:conditions=>[“users.account_id = ?”])
gives a bunch of errors, its clearly not including the users