diff options
author | aditya-kapoor <aditya.kapoor@vinsol.com> | 2013-05-08 15:51:04 +0530 |
---|---|---|
committer | aditya-kapoor <aditya.kapoor@vinsol.com> | 2013-05-08 15:51:04 +0530 |
commit | c3a5ea6ef696467acebaae4fc003662124ab26e6 (patch) | |
tree | cd4808f1d8e7f47284253391ecb75b16987d59b8 | |
parent | 33008ab9d2a597e8ffd58470aab08c9595614835 (diff) | |
download | rails-c3a5ea6ef696467acebaae4fc003662124ab26e6.tar.gz rails-c3a5ea6ef696467acebaae4fc003662124ab26e6.tar.bz2 rails-c3a5ea6ef696467acebaae4fc003662124ab26e6.zip |
Changed spelling of Busines to Business
-rw-r--r-- | activesupport/lib/active_support/core_ext/string/inflections.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb index 0b506a6030..56e8a5f98d 100644 --- a/activesupport/lib/active_support/core_ext/string/inflections.rb +++ b/activesupport/lib/active_support/core_ext/string/inflections.rb @@ -185,7 +185,7 @@ class String # # Singular names are not handled correctly. # - # 'business'.classify # => "Busines" + # 'business'.classify # => "Business" def classify ActiveSupport::Inflector.classify(self) end |