Skip to content

Commit

Permalink
docs, hide inflector comment targeting only contributors. [ci skip]
Browse files Browse the repository at this point in the history
This is a follow up to: 07c7024

As suggested by @fxn this comment should not be visible in the API:
07c7024#commitcomment-5331658
  • Loading branch information
senny committed Feb 11, 2014
1 parent 488885a commit 92f567a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion activesupport/lib/active_support/inflections.rb
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

1 comment on commit 92f567a

@fxn
Copy link
Member

@fxn fxn commented on 92f567a Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.