diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-10-29 16:46:57 -0600 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-10-29 16:53:49 -0600 |
commit | 21a386bb0726cce4f4a5d64d55fbb55d8a2b9837 (patch) | |
tree | 2938e27f69482aa6f8adaf7d9d0155bf401c20be /activemodel/lib/active_model | |
parent | 9f93a5efbba3e1cbf0bfa700a17ec8d1ef60d7c6 (diff) | |
download | rails-21a386bb0726cce4f4a5d64d55fbb55d8a2b9837.tar.gz rails-21a386bb0726cce4f4a5d64d55fbb55d8a2b9837.tar.bz2 rails-21a386bb0726cce4f4a5d64d55fbb55d8a2b9837.zip |
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Before this commit, if
`ActiveRecord::Base.belongs_to_required_by_default` is set to `true`,
then creating a record through `has_and_belongs_to_many` fails with the
cryptic error message `Left side must exist`. This is because
`inverse_of` isn't working properly in this case, presumably since we're
doing trickery with anonymous classes in the middle.
Rather than following this rabbit hole to try and get `inverse_of` to
work in a case that we know is not publicly supported, we can just turn
off this validation to match the behavior of 4.2 and earlier.
Diffstat (limited to 'activemodel/lib/active_model')
0 files changed, 0 insertions, 0 deletions