1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

docs, hide inflector comment targeting only contributors. [ci skip]

This is a follow up to: 07c70245a1

As suggested by @fxn this comment should not be visible in the API:
07c70245a1 (commitcomment-5331658)
This commit is contained in:
Yves Senn 2014-02-11 09:06:28 +01:00
parent 488885a223
commit 92f567ab30

View file

@ -1,9 +1,11 @@
require 'active_support/inflector/inflections'
# Define the standard inflection rules. These define a starting point for
#--
# Defines the standard inflection rules. These are the 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')