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

[ci skip] Fix router option reference in 4.2 release notes.

This commit is contained in:
Juanito Fatas 2014-06-29 11:05:14 +08:00
parent e6ca8e2c13
commit 1c4f7751f2

View file

@ -88,7 +88,7 @@ for detailed changes.
### Deprecations ### Deprecations
* Deprecated support for setting the `to:` option of a router to a symbol or a * Deprecated support for setting the `:to` option of a router to a symbol or a
string that does not contain a `#` character: string that does not contain a `#` character:
get '/posts', to: MyRackApp => (No change necessary) get '/posts', to: MyRackApp => (No change necessary)