Displaying 1 result from an estimated 1 matches for "content_remove_faq".
2006 Nov 04
0
Question about named routes - getting "No url can be generated for the hash"
...39;list_faq''
content.content_edit_faq
''admin/content/faq/edit/:id'', :action => ''edit_faq''
content.content_new_faq ''admin/content/faq/new'',
: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...