aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorKulbir Saini <kulbirsaini25@gmail.com>2010-09-24 07:15:00 +0530
committerKulbir Saini <kulbirsaini25@gmail.com>2010-09-24 07:15:00 +0530
commit34908e3aef671b43a254995e2b13199922fa57c6 (patch)
tree2ed1c77499f039cd383d9106aa61dd7794cf4808 /railties/guides/source
parentb93c018947793e1cef4157994005dce779dae53b (diff)
parent78d140d06dece707e8c6aec95c72dcaafa65e41c (diff)
downloadrails-34908e3aef671b43a254995e2b13199922fa57c6.tar.gz
rails-34908e3aef671b43a254995e2b13199922fa57c6.tar.bz2
rails-34908e3aef671b43a254995e2b13199922fa57c6.zip
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/routing.textile2
1 files changed, 1 insertions, 1 deletions
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
</ruby>
-Rails now creates routes to the +CategoriesControlleR+.
+Rails now creates routes to the +CategoriesController+.
|_.HTTP verb|_.Path |_.action |
|GET |/kategorien |index |