aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_0_release_notes.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-04-13 20:15:25 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-04-13 20:15:25 +0200
commit2c21e6adc330791adb229aed975b1d4f4527c77d (patch)
treea658632325e33a600bba73b3f8894c9c7b406561 /guides/source/3_0_release_notes.md
parent0bccde963c0b3e2ad65b2bdac9d144f40854ec90 (diff)
parent982a19edc932caa3d58394b0f7076a191eff5a54 (diff)
downloadrails-2c21e6adc330791adb229aed975b1d4f4527c77d.tar.gz
rails-2c21e6adc330791adb229aed975b1d4f4527c77d.tar.bz2
rails-2c21e6adc330791adb229aed975b1d4f4527c77d.zip
Merge pull request #14732 from JuanitoFatas/doc/patch1
[ci skip] Use plain underscore instead of "\_". [ci skip]
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/)