search for: _helper_

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

Did you mean: helper_
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/.