diff options
author | eileencodes <eileencodes@gmail.com> | 2015-09-26 16:07:24 -0400 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-09-26 16:26:56 -0400 |
commit | ee824c8858f2a14aa3014877310971795348e460 (patch) | |
tree | a3baf298942d698cc87b149112f7c4dedbc5b30a /activerecord/lib/active_record/nested_attributes.rb | |
parent | 7f18ea14c893cb5c9f04d4fda9661126758332b5 (diff) | |
download | rails-ee824c8858f2a14aa3014877310971795348e460.tar.gz rails-ee824c8858f2a14aa3014877310971795348e460.tar.bz2 rails-ee824c8858f2a14aa3014877310971795348e460.zip |
Fix regression in inverse_of on through associations
`inverse_of` on through associations was accidently removed/caused to
stop working in commit f8d2899 which was part of a refactoring on
`ThroughReflection`.
To fix we moved `inverse_of` and `check_validity_of_inverse!` to the
`AbstractReflection` so it's available to the `ThroughReflection`
without having to dup any methods. We then need to delegate `inverse_name`
method in `ThroughReflection`. `inverse_name` can't be moved to
`AbstractReflection` without moving methods that set the instance
variable `@automatic_inverse_of`.
This adds a test that ensures that `inverse_of` on a `ThroughReflection`
returns the correct class name, and the correct record for the inverse
relationship.
Fixes #21692
Diffstat (limited to 'activerecord/lib/active_record/nested_attributes.rb')
0 files changed, 0 insertions, 0 deletions