aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-12-11 01:54:59 -0200
committerVijay Dev <vijaydev.cse@gmail.com>2010-12-16 01:49:28 +0530
commit6f8cc0776bfabac12208a5134c6feb26813754dc (patch)
tree111d553a33213d85a2a08af13f1c59d998f16802 /railties/guides/source
parentedf5b57451796ba40a330748aa7f4c77048b564f (diff)
downloadrails-6f8cc0776bfabac12208a5134c6feb26813754dc.tar.gz
rails-6f8cc0776bfabac12208a5134c6feb26813754dc.tar.bz2
rails-6f8cc0776bfabac12208a5134c6feb26813754dc.zip
Add underline to header
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 a51f7475ea..759aa7bb90 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 |