aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/ratings.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for nested through associations in JoinAssociation. Hence ↵Jon Leighton2010-10-091-0/+14
Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored.