1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

changelog entry

This commit is contained in:
Arthur Neves 2013-09-25 19:19:10 -04:00
parent 645af000a4
commit dfd3b8096e

View file

@ -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.
*arthurnn*