ruby-on-rails – 资源与资源轨道3

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – 资源与资源轨道3前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有人告诉我,如果我只有一个“东西”,比如家(不是多个家),我应该使用资源:家,而不是资源:在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.

原文链接:https://www.f2er.com/ruby/265052.html

猜你在找的Ruby相关文章