diff options
author | Kulbir Saini <kulbirsaini25@gmail.com> | 2010-09-24 07:15:00 +0530 |
---|---|---|
committer | Kulbir Saini <kulbirsaini25@gmail.com> | 2010-09-24 07:15:00 +0530 |
commit | 34908e3aef671b43a254995e2b13199922fa57c6 (patch) | |
tree | 2ed1c77499f039cd383d9106aa61dd7794cf4808 | |
parent | b93c018947793e1cef4157994005dce779dae53b (diff) | |
parent | 78d140d06dece707e8c6aec95c72dcaafa65e41c (diff) | |
download | rails-34908e3aef671b43a254995e2b13199922fa57c6.tar.gz rails-34908e3aef671b43a254995e2b13199922fa57c6.tar.bz2 rails-34908e3aef671b43a254995e2b13199922fa57c6.zip |
Merge branch 'master' of git@github.com:lifo/docrails
-rw-r--r-- | railties/guides/source/routing.textile | 2 |
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 | |