I don't know if that was possible in rails2 (e.g., @bar@foo.bars.find(:conditions => "xxx"))
Not sure I have a use for it, but it was interesting that you can
filter a nested has_many relationship.
I guess it was a learning experience for me. I don't think I every saw
an example where you can filter a nested relation. Tried it in rails
2.3.8 and it worked - so it was not a discovery - except for me.