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

Add CHANGELOG entry for #15269 [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-05-27 19:29:10 -03:00
parent be4b3df8bb
commit c352e064bc

View file

@ -1,3 +1,7 @@
* `rake railties:install:migrations` respects the order of railties.
*Arun Agrawal*
* Fix redefine a has_and_belongs_to_many inside inherited class
Fixing regression case, where redefining the same has_an_belongs_to_many
definition into a subclass would raise.