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.
我正在考虑创建一个名为Reply. 我想知道 Rails 是否知道它的复数形式 isreplies和 not replys?
Reply
replies
replys
我相信它在内部依赖于复数方法,因此您可以在 rails 控制台中检查特定复数的结果是什么:
"reply".pluralize => "replies"
所以你的问题的答案是肯定的;)
Rails 可能知道也可能不知道任何单词的复数形式,但如果不知道,您可以通过将其添加到config/initializers/inflections.rb.
config/initializers/inflections.rb