Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果所属型号名称是不规则名词,我应该如何命名控制器?
例如,如果模型名称是“Child”,那么我应该使用什么名称?“孩子”还是“孩子”?
对于不规则语言的出现,您可以查看https://github.com/rails/rails/blob/4-0-0/activesupport/lib/active_support/inflections.rb
正如你所看到的,孩子会变成孩子。