aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/job.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix naughty trailing whitespaceJon Leighton2010-10-311-1/+1
|
* Add support for nested through associations in JoinAssociation. Hence ↵Jon Leighton2010-10-091-0/+2
| | | | Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored.
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-261-0/+5
[#45 state:resolved] Signed-off-by: Michael Koziarski <michael@koziarski.com>