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:
parent
e6ca8e2c13
commit
1c4f7751f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue