Displaying 1 result from an estimated 1 matches for "project_wiki_".
2007 Nov 02
5
RSpec, RESTful nested routes and :path_prefix
Dear list,
In the app we are making we have a rout something like this:
map.resources :projects do |projects|
projects.resources :pages, :controller
=>"Wiki::Pages", :path_prefix => "/projects/:project_id/
wiki", :name_prefix => "project_wiki_"
end
But I can''t get RSpec(I''m very new to it) to accept this. It keeps
throwing errors:
ActionController::RoutingError in ''Wiki::PagesController POST
''create'' should be successful''
No route matches {:action=>"create", :cont...