search for: metautonomous

Displaying 1 result from an estimated 1 matches for "metautonomous".

Did you mean: metautonomo
2011 Mar 30
3
Metasearch eager loading instead of lazy loading
Hey all, I have two models, in the first model Model1.search(nil) returns the metasearch builder as expected. for the the second model, the same search(nil) returns every object in the database (all 60k of them). This obviously isn''t what I want. I can''t seem to figure out what I did to the model to get it to behave this way, I have removed all of the code from the model