mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5cebe69e74
With self referential associations, the scope for the the top level should not affect fetching of associations, for example when doing Person.male.find :all, :include => :friends we should load all of the friends for each male, not just the male friends. |
||
---|---|---|
.. | ||
mysql_specific_schema.rb | ||
postgresql_specific_schema.rb | ||
schema.rb | ||
schema2.rb | ||
sqlite_specific_schema.rb |