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

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

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