From 093ab3ec6e476f53a84eb90a3b1944c7e961f204 Mon Sep 17 00:00:00 2001 From: wycats Date: Sat, 10 Apr 2010 17:35:31 -0400 Subject: Use , not
 in guides

---
 railties/guides/source/routing.textile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'railties')

diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile
index 32b1e30502..7ac5bc8d3a 100644
--- a/railties/guides/source/routing.textile
+++ b/railties/guides/source/routing.textile
@@ -609,10 +609,10 @@ resources :photos, :path_names => { :new => 'make', :edit => 'change' }
 
 This would cause the routing to recognize URLs such as
 
-
+
 /photos/make
 /photos/1/change
-
+ NOTE: The actual action names aren't changed by this option. The two URLs shown would still route to the new and edit actions. -- cgit v1.2.3