aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:55:31 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:56 -0800
commite7c08c1e297408ee391ca752df6a11e56cda243e (patch)
tree37836fab8d6f830626c8b4fec790834354a9258e /activesupport
parent9036bf82c62d7b9eb211526e7f8ec90ac07fc84b (diff)
downloadrails-e7c08c1e297408ee391ca752df6a11e56cda243e.tar.gz
rails-e7c08c1e297408ee391ca752df6a11e56cda243e.tar.bz2
rails-e7c08c1e297408ee391ca752df6a11e56cda243e.zip
method_wrappers.rb needs active_support/core_ext/array/extract_options
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/deprecation/method_wrappers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/deprecation/method_wrappers.rb b/activesupport/lib/active_support/deprecation/method_wrappers.rb
index deb29a82b8..cec8024b17 100644
--- a/activesupport/lib/active_support/deprecation/method_wrappers.rb
+++ b/activesupport/lib/active_support/deprecation/method_wrappers.rb
@@ -1,5 +1,6 @@
require 'active_support/core_ext/module/deprecation'
require 'active_support/core_ext/module/aliasing'
+require 'active_support/core_ext/array/extract_options'
module ActiveSupport
class << Deprecation