aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-06-24 14:19:42 -0700
committerXavier Noria <fxn@hashref.com>2011-06-24 14:19:42 -0700
commit370b380306e03afdf77f29005f33b90a174592f0 (patch)
treed31280f05051630f66a28067a572f1b4ef5021ac /activesupport/lib/active_support/core_ext
parentd446c798a5ef6c253c56d3b6a607073a8a92dcf2 (diff)
parentd38ca78dbd99be11e64652163924e9456a7a2362 (diff)
downloadrails-370b380306e03afdf77f29005f33b90a174592f0.tar.gz
rails-370b380306e03afdf77f29005f33b90a174592f0.tar.bz2
rails-370b380306e03afdf77f29005f33b90a174592f0.zip
Merge pull request #1648 from dlee/acronyms
Inflector support for acronyms (Issue #1366)
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-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.