我的項目中控製器分為兩在類:
1:xx/app/controller/db/xx_controller.rb
2:xx/app/controller/res/xx_controller.rb
現在我不想用rails3的resetful風格來管理路由,而是自己的路由
在:config/routes.rb
隻有match ':controller(/:action(/:id))' 一行
但是在我訪問controller的時候會:
No route matches [GET] "/db/spells"
請問一下我怎麼配置我的路由呢?
ps:我不希望用resetful風格
业精于勤,荒于嬉;行成于思,毁于随。