Displaying 1 result from an estimated 1 matches for "a9628000".
Did you mean:
9728000
2006 Jul 14
1
Appending something to a Rails route?
Hello railslist,
I''m trying to accomplish the following:
The URL http://localhost:3000/page/news/edit
should redirect to the URL http://localhost:3000/login
I''ve accomplished this by setting up a route like:
map.connect ''page/:name/edit'', :controller => "login"
But this fails in the case of the following URL: