Closed ccocchi closed 12 years ago
It seems also to be the same problem with routes inside a scope such as
scope 'foos' do
get '/bar' => 'foos#bar'
end
Trying to test FoosController::Bar will raise the same RoutingError
It is better to supply an id
to a member route... :s
Given the following routes
and the following functionnal test
I got the this error
This action works perfectly when accessed via a browser and routes seem to be correctly defined when running
rake routes