search for: short_url

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

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/.