From 785caba8666cb15df0bfb0187b857b0131ccdd5e Mon Sep 17 00:00:00 2001 From: eparreno Date: Wed, 2 Jun 2010 21:14:33 +0200 Subject: [PATCH] Routing: fix error in nested resources with name_prefix example [#146 state:resolved] --- railties/guides/source/routing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile index 2bc1736137..79c5f4fabe 100644 --- a/railties/guides/source/routing.textile +++ b/railties/guides/source/routing.textile @@ -717,7 +717,7 @@ resources :magazines do end -This will create routing helpers such as +periodical_ads_url+ and +periodical_edit_ad_path+. +This will create routing helpers such as +magazine_periodical_ads_url+ and +edit_magazine_periodical_ad_path+. h3. Inspecting and Testing Routes -- GitLab