Displaying 1 result from an estimated 1 matches for "content_index".
Did you mean:
constant_index
2006 Nov 04
0
Question about named routes - getting "No url can be generated for the hash"
...the site is only accessible to
administrators, and that way I can use the following hierarchy:
app/controllers/admin/content_controller.rb.
I also have the following routes defined:
# Content Routes
map.with_options(:controller => ''admin/content'') do |content|
content.content_index ''admin/content'',
:action => ''index''
content.content_list_faq ''admin/content/faq/list'',
:action => ''list_faq''
content.content_edit_faq
''admin/content/faq/ed...