aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/nested_has_many_through.rb
Commit message (Collapse)AuthorAgeFilesLines
* Integrate nested support into ThroughAssociationScope, using my concept of ↵Jon Leighton2010-10-021-0/+2
| | | | generating a 'chain' of reflections to be joined. It seems to work at the moment, all existing tests are passing. There may be further complications as we add more test cases for nested associations, though.
* Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+156