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

The original example was correct.

This reverts commit 4e56cc2f99.
This commit is contained in:
Xavier Noria 2009-05-25 09:50:53 +02:00
parent 4e56cc2f99
commit 1afe7f2b79

View file

@ -121,7 +121,7 @@ class String
#
# Singular names are not handled correctly.
#
# "business".classify # => "Business"
# "business".classify # => "Busines"
def classify
ActiveSupport::Inflector.classify(self)
end