From 9922f03adf36db79776688eecc37b3005108449e Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Mon, 29 Sep 2008 20:42:50 -0500 Subject: Correct number of routes created by map.resource. --- railties/doc/guides/routing/routing_outside_in.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/doc/guides/routing/routing_outside_in.txt b/railties/doc/guides/routing/routing_outside_in.txt index cef3c3b350..d450bf89f7 100644 --- a/railties/doc/guides/routing/routing_outside_in.txt +++ b/railties/doc/guides/routing/routing_outside_in.txt @@ -195,7 +195,7 @@ You can also apply RESTful routing to singleton resources within your applicatio map.resource :geocoder ------------------------------------------------------- -creates seven different routes in your application: +creates six different routes in your application: [grid="all"] `----------`---------------`-----------`--------`------------------------------------------- -- cgit v1.2.3