aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-12-11 01:54:59 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-12-11 01:54:59 -0200
commite4c252c119acb0e62a4832f904cdff3306094ee7 (patch)
tree6fe284750d57bfceb3f14a10409fb7be99751730
parentc780cf2f024528da80c3b01a49ba9423add2e783 (diff)
downloadrails-e4c252c119acb0e62a4832f904cdff3306094ee7.tar.gz
rails-e4c252c119acb0e62a4832f904cdff3306094ee7.tar.bz2
rails-e4c252c119acb0e62a4832f904cdff3306094ee7.zip
Add underline to header
-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 9dad6d3096..3a3d1e050c 100644
--- a/railties/guides/source/routing.textile
+++ b/railties/guides/source/routing.textile
@@ -745,7 +745,7 @@ end
Rails now creates routes to the +CategoriesController+.
-|_.HTTP verb|_.Path |_.action | .named helper |
+|_.HTTP verb|_.Path |_.action |_.named helper |
|GET |/kategorien |index | categories_path |
|GET |/kategorien/neu |new | new_category_path |
|POST |/kategorien |create | categories_path |