2009-05-25 29 views

回答

2

的routes.rb:

map.edit_order "order/modify/:id" , 
:controller => "order" , 
:action => "modify" , 
:id => /\d+/ 
相關問題