From 78d140d06dece707e8c6aec95c72dcaafa65e41c Mon Sep 17 00:00:00 2001 From: Pedro Fayolle Date: Thu, 23 Sep 2010 18:26:21 -0700 Subject: Fixed typo (CategoriesControlleR -> CategoriesControlleR). --- railties/guides/source/routing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile index cfba58d8da..5c7b256490 100644 --- a/railties/guides/source/routing.textile +++ b/railties/guides/source/routing.textile @@ -723,7 +723,7 @@ scope(:path_names => { :new => "neu", :edit => "bearbeiten" }) do end -Rails now creates routes to the +CategoriesControlleR+. +Rails now creates routes to the +CategoriesController+. |_.HTTP verb|_.Path |_.action | |GET |/kategorien |index | -- cgit v1.2.3