From 0e5b9d7d7dbeb15eefa9ec96a70adf36bc6f483b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 21:03:16 +0100 Subject: rescuable.rb needs active_support/core_ext/array/extract_options --- activesupport/lib/active_support/rescuable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/rescuable.rb b/activesupport/lib/active_support/rescuable.rb index 9168dd518a..6e660f8647 100644 --- a/activesupport/lib/active_support/rescuable.rb +++ b/activesupport/lib/active_support/rescuable.rb @@ -1,6 +1,7 @@ require 'active_support/core_ext/class/inheritable_attributes' require 'active_support/core_ext/proc' require 'active_support/core_ext/string/inflections' +require 'active_support/core_ext/array/extract_options' module ActiveSupport # Rescuable module adds support for easier exception handling. -- cgit v1.2.3