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

Add a note to the changelog for #9499

This commit is contained in:
Dmitry Polushkin 2013-10-13 21:54:07 +01:00
parent 3a6cf83b9a
commit 04e3b41e2f

View file

@ -1,3 +1,9 @@
* Prevent the inversed association from being reloaded on save.
Fixes #9499.
*Dmitry Polushkin*
* Generate subquery for `Relation` if it passed as array condition for `where` method
Example: