Displaying 1 result from an estimated 1 matches for "client_property_path".
2007 Sep 04
1
Routing error with nested resources
...min.resources :users
admin.resources :clients do |client|
client.resources :client_properties
end
admin.resources :areas
admin.resources :properties
end
</CODE>
My problem is when I try to access the show or edit actions of the
client_properties resource.
The function client_property_path( client, property ) returns the
correct url -- "/clients/1/client_properties/2" -- but the routing then
fails on this with the following error:
<ERROR>
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/routing.rb:1273:in
`raise_named_route_error'': clie...