mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing changelog for :only/:except on map.resources
This commit is contained in:
parent
ad679a43ec
commit
16ae82db1e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*2.2.1 [RC2] (November 14th, 2008)*
|
||||
|
||||
* Added :only and :except to map.resources to let people cut down on the number of redundant routes in an application. Typically only useful for huge routesets. #1215 [Tom Stuart]
|
||||
|
||||
* Added render :js for people who want to render inline JavaScript replies without using RJS [DHH]
|
||||
|
||||
* Fixed that polymorphic_url should compact given array #1317 [hiroshi]
|
||||
|
|
Loading…
Reference in a new issue