Displaying 1 result from an estimated 1 matches for "new_faq_section".
2006 Nov 04
0
Question about named routes - getting "No url can be generated for the hash"
...:action => ''new_faq''
content.content_remove_faq
''admin/content/faq/remove/:id'', :action => ''remove_faq''
....
end
but now when I do something like this in list_faq.rhtml:
<%= start_form_tag(:action => ''new_faq_section'') %>
I get the following error:
No url can be generated for the hash {:action=>"new_faq_section",
:controller=>"admin/content"}
I can get past this by using another named route, for example:
content.content_new_faq_section
''admin/content/faq/new_fa...