Add changelog for rake routes default fix

[see #18392]
This commit is contained in:
Arthur Neves 2015-04-27 09:18:43 -04:00
parent 86929c00c0
commit 6d9ad0dd92
No known key found for this signature in database
GPG Key ID: 04A390FB1E433E17
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
* Fix rake routes not showing the right format when
nesting multiple routes.
See #18373.
*Ravil Bayramgalin*
* Add ability to override default form builder for a controller.
class AdminController < ApplicationController