aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/deprecation.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-04-05 14:33:47 -0700
committerXavier Noria <fxn@hashref.com>2012-04-05 14:33:47 -0700
commit29089bf6faeb496f0cb7d439b848bc6ee4f40e9e (patch)
tree536b479242482e120917e1051e9d3fc8d34c47aa /activesupport/lib/active_support/core_ext/module/deprecation.rb
parent8927987506b25269e021024140b256c20cafa978 (diff)
downloadrails-29089bf6faeb496f0cb7d439b848bc6ee4f40e9e.tar.gz
rails-29089bf6faeb496f0cb7d439b848bc6ee4f40e9e.tar.bz2
rails-29089bf6faeb496f0cb7d439b848bc6ee4f40e9e.zip
revises requires of some AS deprecation files
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module/deprecation.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module/deprecation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/deprecation.rb b/activesupport/lib/active_support/core_ext/module/deprecation.rb
index 9c169a2598..9e77ac3c45 100644
--- a/activesupport/lib/active_support/core_ext/module/deprecation.rb
+++ b/activesupport/lib/active_support/core_ext/module/deprecation.rb
@@ -1,4 +1,4 @@
-require 'active_support/deprecation'
+require 'active_support/deprecation/method_wrappers'
class Module
# Declare that a method has been deprecated.