aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_0_release_notes.md
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2014-04-13 23:56:59 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2014-04-13 23:56:59 +0800
commit982a19edc932caa3d58394b0f7076a191eff5a54 (patch)
treea658632325e33a600bba73b3f8894c9c7b406561 /guides/source/3_0_release_notes.md
parent0bccde963c0b3e2ad65b2bdac9d144f40854ec90 (diff)
downloadrails-982a19edc932caa3d58394b0f7076a191eff5a54.tar.gz
rails-982a19edc932caa3d58394b0f7076a191eff5a54.tar.bz2
rails-982a19edc932caa3d58394b0f7076a191eff5a54.zip
[ci skip] Use plain underscore instead of "\_".
Diffstat (limited to 'guides/source/3_0_release_notes.md')
-rw-r--r--guides/source/3_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md
index dd81ec58f9..2d4be0cda7 100644
--- a/guides/source/3_0_release_notes.md
+++ b/guides/source/3_0_release_notes.md
@@ -294,7 +294,7 @@ NOTE. The old style `map` commands still work as before with a backwards compati
Deprecations
* The catch all route for non-REST applications (`/:controller/:action/:id`) is now commented out.
-* Routes :path\_prefix no longer exists and :name\_prefix now automatically adds "\_" at the end of the given value.
+* Routes `:path_prefix` no longer exists and `:name_prefix` now automatically adds "_" at the end of the given value.
More Information:
* [The Rails 3 Router: Rack it Up](http://yehudakatz.com/2009/12/26/the-rails-3-router-rack-it-up/)