提交 07c70245 编写于 作者: Y Yves Senn

docs, mention that the current inflection rules are frozen. [ci skip]

Closes #13993.
上级 3a428f38
require 'active_support/inflector/inflections'
# Define the standard inflection rules. These define a starting point for
# new projects and are not considered complete. The current set of inflection
# rules is frozen. This means, we do not change them to become more complete.
# This is a safety measure to keep existing applications from breaking.
module ActiveSupport
Inflector.inflections(:en) do |inflect|
inflect.plural(/$/, 's')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册