aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-04-05 14:44:05 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-04-05 14:48:01 -0300
commitb1e55041ebb33a27121eff4424eeeaee4e4b5028 (patch)
tree9be97c7b7a00924915e46d61a16835aa3217d822
parent163258ba2a7ff325cb79d70a1ad15aeb3d270e28 (diff)
downloadrails-b1e55041ebb33a27121eff4424eeeaee4e4b5028.tar.gz
rails-b1e55041ebb33a27121eff4424eeeaee4e4b5028.tar.bz2
rails-b1e55041ebb33a27121eff4424eeeaee4e4b5028.zip
Remove not used require from as to avoid circular requires
-rw-r--r--activesupport/lib/active_support/deprecation/method_wrappers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/method_wrappers.rb b/activesupport/lib/active_support/deprecation/method_wrappers.rb
index d0d8b577b3..8be8665e40 100644
--- a/activesupport/lib/active_support/deprecation/method_wrappers.rb
+++ b/activesupport/lib/active_support/deprecation/method_wrappers.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/module/deprecation'
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/array/extract_options'