mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
changelog entry
This commit is contained in:
parent
645af000a4
commit
dfd3b8096e
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
* Fixed `ActiveRecord::Associations::CollectionAssociation#find`
|
||||||
|
when using `has_many` association with `:inverse_of` and finding an array of one element,
|
||||||
|
it should return an array of one element too.
|
||||||
|
|
||||||
|
*arthurnn*
|
||||||
|
|
||||||
* Callbacks on has_many should access the in memory parent if a inverse_of is set.
|
* Callbacks on has_many should access the in memory parent if a inverse_of is set.
|
||||||
|
|
||||||
*arthurnn*
|
*arthurnn*
|
||||||
|
|
Loading…
Reference in a new issue