| walk_tree | -> | walk_tree_without_polymorphism |
| walk_tree_with_polymorphism | -> | walk_tree |
Replaces ActiveRecord::Associations::JoinDependency#join_constraints
This internal method was changed in Rails 5.0 by commit github.com/rails/rails/commit/e038975 which added left_outer_joins (see make_polyamorous_left_outer_joins below) and added passing an additional argument, `join_type`, to join_constraints.
Replaces ActiveRecord::Associations::JoinDependency#join_constraints
This internal method was changed in Rails 5.0 by commit github.com/rails/rails/commit/e038975 which added left_outer_joins (see make_polyamorous_left_outer_joins below) and added passing an additional argument, `join_type`, to join_constraints.
Replaces ActiveRecord::Associations::JoinDependency#join_constraints to call make_polyamorous_inner_joins instead of make_inner_joins.
Replaces ActiveRecord::Associations::JoinDependency#join_constraints to call make_polyamorous_inner_joins instead of make_inner_joins