Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #32119 from fegorodscy/master
Fix dependence on has_one/belongs_to relationships (cherry picked from commit 13e35a5)
- Loading branch information
Showing
with
65 additions
and 1 deletion.
- +7 −0 activerecord/CHANGELOG.md
- +9 −1 activerecord/lib/active_record/associations/belongs_to_association.rb
- +1 −0 activerecord/lib/active_record/associations/has_one_association.rb
- +24 −0 activerecord/test/cases/associations/belongs_to_associations_test.rb
- +24 −0 activerecord/test/cases/associations/has_one_associations_test.rb