From 54437f30f71e421d9b76d291123673b50ae19e0f Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Thu, 10 Jun 2010 21:49:09 -0400 Subject: fixing typo --- railties/guides/source/routing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile index 79c5f4fabe..cf733bd6f8 100644 --- a/railties/guides/source/routing.textile +++ b/railties/guides/source/routing.textile @@ -597,7 +597,7 @@ resources :photos, :as => "images" will recognize incoming URLs beginning with +/photos+ and route the requests to +PhotosController+: |_.HTTP verb|_.URL |_.action |_.named helper | -|GET |/photos |index | images_path_ | +|GET |/photos |index | images_path | |GET |/photos/new |new | new_image_path | |POST |/photos |create | images_path | |GET |/photos/1 |show | image_path | -- cgit v1.2.3