有人告诉我,如果我只有一个“东西”,比如家(不是多个家),我应该使用资源:家,而不是资源:在routes.rb中.但是当我查看路线时,POST功能似乎想要家园#create.复数为何?我想命名我的控制器home_controller,类是HomeController.我必须将它们命名为复数吗?
解决方法
来自
http://guides.rubyonrails.org/routing.html#nested-resources的修改报价:
Because you might want to use the same controller for a singular route (/home) and a plural route (/homes/45),singular resources map to plural controllers.