1
我有一個ArticleController與路線resources :articles
和路線都是這樣的Rails:多途徑相同的控制器
http://localhost:3000/articles
我需要在同一個控制器來處理以下
http://localhost:3000/personal/articles
http://localhost:3000/stuff/articles
所有的CRUD操作,以便所有以上3條路線應由物品管理員處理所有物品CRUD操作。我怎樣才能做到這一點?
的可能的複製[多路由使用相同的控制器?(https://stackoverflow.com/questions/22773935/use-same-controller-for-multiple-routes) –
你需要嵌套的路線 – uzaif