search for: content_list_faq_url

Displaying 1 result from an estimated 1 matches for "content_list_faq_url".

2006 Nov 04
0
Problem with edge rails, controller namespaces and routes
...tent'') do |content| content.content_list_faq ''admin/content/faq/list/:section'', :action => ''list_faq'' end now, this worked perfectly in Rails 1.1.6, but as soon as I upgraded to edge, I started getting the following error from one of my views: content_list_faq_url failed to generate from {:action=>"list_faq", :controller=>"admin/content"}, expected: {:action=>"list_faq", :controller=>"admin/content"}, diff: {} which doesn''t really make a whole lot of sense, since the expected looks exactly the sam...