search for: client_property_url

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

2007 Sep 04
1
Routing error with nested resources
...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'': client_property_url failed to generate from {:client_id=>"2", :controller=>"client_properties", :action=>"show"}, expected: {:controller=>"client_properties", :action=>"show"}, diff: {:client_id=>"2"} </ERROR> (NOTE -- it seems to tak...