aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/rating.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for STI on the through where the through is nested, and change ↵Jon Leighton2011-03-051-0/+1
| | | | the code which support this
* Add support for nested through associations in JoinAssociation. Hence ↵Jon Leighton2010-10-091-0/+3
Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored.