Routing: fix error in nested resources with name_prefix example [#146 state:resolved]

This commit is contained in:
eparreno
2010-06-02 21:14:33 +02:00
parent 3633cb8541
commit 785caba866

View File

@@ -717,7 +717,7 @@ resources :magazines do
end
</ruby>
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