diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2014-06-29 11:05:14 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2014-06-29 11:05:14 +0800 |
commit | 1c4f7751f21ed8eee1c1e58aeb4889306f1089c4 (patch) | |
tree | 98d5d25ac675b1191db2094b6fd85b239f669d89 | |
parent | e6ca8e2c133e20a674e2fb7270abddb2b5f53006 (diff) | |
download | rails-1c4f7751f21ed8eee1c1e58aeb4889306f1089c4.tar.gz rails-1c4f7751f21ed8eee1c1e58aeb4889306f1089c4.tar.bz2 rails-1c4f7751f21ed8eee1c1e58aeb4889306f1089c4.zip |
[ci skip] Fix router option reference in 4.2 release notes.
-rw-r--r-- | guides/source/4_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index ef294f55d7..1bb912b678 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -88,7 +88,7 @@ for detailed changes. ### 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: get '/posts', to: MyRackApp => (No change necessary) |