aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
diff options
context:
space:
mode:
authorDavid Lee <davidomundo@gmail.com>2011-06-07 19:05:09 -0700
committerDavid Lee <davidomundo@gmail.com>2011-06-11 01:35:16 -0700
commit51cd6bb829c418c5fbf75de1dfbb177233b1b154 (patch)
tree241f260497cf88bb0a060c311a145f6e907e556d /activesupport/lib/active_support/core_ext/string
parentf3e8bb839428c1a3481284ebda4f998bfe68b171 (diff)
downloadrails-51cd6bb829c418c5fbf75de1dfbb177233b1b154.tar.gz
rails-51cd6bb829c418c5fbf75de1dfbb177233b1b154.tar.bz2
rails-51cd6bb829c418c5fbf75de1dfbb177233b1b154.zip
Refactor
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string')
-rw-r--r--activesupport/lib/active_support/core_ext/string/inflections.rb1
1 files changed, 0 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 2f0676f567..002688d6c0 100644
--- a/activesupport/lib/active_support/core_ext/string/inflections.rb
+++ b/activesupport/lib/active_support/core_ext/string/inflections.rb
@@ -1,5 +1,4 @@
require 'active_support/inflector/methods'
-require 'active_support/inflector/inflections'
require 'active_support/inflector/transliterate'
# String inflections define new methods on the String class to transform names for different purposes.