Displaying 1 result from an estimated 1 matches for "_routes__".
Did you mean:
_router_
2006 Jun 22
4
Funky routing
map.connect '':controller/:action/:id'', :requirements => { :id =>
/^(.html)/ }
The requirement is turning all of my routes into /foo?id=54354 instead
of /foo/54354
Why?
--
Posted via http://www.ruby-forum.com/.