aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rescuable.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-28 23:54:00 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-28 23:54:00 -0700
commit148da357f03100fc09569595a05a2da20231458b (patch)
tree2ae3a883990c1a9d6f54a3acb8ba30d552133a43 /activesupport/lib/active_support/rescuable.rb
parent726984208098d78390e56eb3cc72257fbbe309e8 (diff)
downloadrails-148da357f03100fc09569595a05a2da20231458b.tar.gz
rails-148da357f03100fc09569595a05a2da20231458b.tar.bz2
rails-148da357f03100fc09569595a05a2da20231458b.zip
Explicit dependency on Proc#bind extension
Diffstat (limited to 'activesupport/lib/active_support/rescuable.rb')
-rw-r--r--activesupport/lib/active_support/rescuable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/rescuable.rb b/activesupport/lib/active_support/rescuable.rb
index 0abbe1cd2a..a7258c870a 100644
--- a/activesupport/lib/active_support/rescuable.rb
+++ b/activesupport/lib/active_support/rescuable.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/class/inheritable_attributes'
+require 'active_support/core_ext/proc'
module ActiveSupport
# Rescuable module adds support for easier exception handling.