diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-12-11 01:54:59 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-12-11 01:54:59 -0200 |
commit | e4c252c119acb0e62a4832f904cdff3306094ee7 (patch) | |
tree | 6fe284750d57bfceb3f14a10409fb7be99751730 /railties/guides | |
parent | c780cf2f024528da80c3b01a49ba9423add2e783 (diff) | |
download | rails-e4c252c119acb0e62a4832f904cdff3306094ee7.tar.gz rails-e4c252c119acb0e62a4832f904cdff3306094ee7.tar.bz2 rails-e4c252c119acb0e62a4832f904cdff3306094ee7.zip |
Add underline to header
Diffstat (limited to 'railties/guides')
-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 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 | |