aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/toy.rb
Commit message (Collapse)AuthorAgeFilesLines
* The join_nodes must be passed to the JoinDependency initializer and ↵Jon Leighton2011-08-291-0/+2
| | | | therefore counted by the alias tracker. This is because the association_joins are aliased on initialization and then the tables are cached, so it is no use to alias the join_nodes later. Fixes #2556.
* Ensure has_many :through works with changed primary keys [#736 state:resolved]Jim Remsik and Tim Pope2009-03-091-0/+4
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>