1
我要地圖的URL '/管理/ update_admin/1',但我的網址映射到 '/管理/ 1/update_admin' 爲提供資源如何修改URL中的routes.rb
resources :admin
member do
post :update_admin
end
end
如何獲得預期的網址?由於錯誤的URL我正在錯誤
The action '1' could not be found for AdminController