From 1afe7f2b79e346deb72d78e62fe9c85e54c5a106 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 25 May 2009 09:50:53 +0200 Subject: The original example was correct. This reverts commit 4e56cc2f9917073c8774c28703cb6e3b7cbba848. --- activesupport/lib/active_support/core_ext/string/inflections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb index 541931a037..ea4ed61e42 100644 --- a/activesupport/lib/active_support/core_ext/string/inflections.rb +++ b/activesupport/lib/active_support/core_ext/string/inflections.rb @@ -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 -- cgit v1.2.3