aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-25 17:57:10 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-25 17:57:10 -0700
commit9218770daa9ff0e3df56f75c98c053a6f8f751c7 (patch)
tree3f17d51d815fabbcb2a1c9a1a0d108c40bf05e10 /activesupport
parent61346d1b42527d072c0b4bd97f3b5ce3f6be214c (diff)
parentda8fa91abf462979d07d6ae7ccbefb4ceec3e56a (diff)
downloadrails-9218770daa9ff0e3df56f75c98c053a6f8f751c7.tar.gz
rails-9218770daa9ff0e3df56f75c98c053a6f8f751c7.tar.bz2
rails-9218770daa9ff0e3df56f75c98c053a6f8f751c7.zip
Merge pull request #10542 from waseem/remove_require
Remove unnecessary require from active_support/inflector/methods.rb
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/inflector/methods.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/inflector/methods.rb b/activesupport/lib/active_support/inflector/methods.rb
index a2263fa4d0..9ca5a388f8 100644
--- a/activesupport/lib/active_support/inflector/methods.rb
+++ b/activesupport/lib/active_support/inflector/methods.rb
@@ -1,6 +1,5 @@
# encoding: utf-8
-require 'active_support/inflector/inflections'
require 'active_support/inflections'
module ActiveSupport