Displaying 1 result from an estimated 1 matches for "2f98f42d".
Did you mean:
  2095f42d
  
2007 Nov 21
6
route_for and nested resources
I can''t figure out how to make the updates to allow for the route_form
method to return a url that matches the expected.
Here is a sample
route_for(:controller => :task, :action => :new).should == "/task/new"
If a task has to be created for a user, how exactly do I do this.  The
following doesn''t work:
route_for(:controller => :task, :action => :new,