The original example was correct.

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

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