diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-28 23:54:00 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-28 23:54:00 -0700 |
commit | 148da357f03100fc09569595a05a2da20231458b (patch) | |
tree | 2ae3a883990c1a9d6f54a3acb8ba30d552133a43 /activesupport | |
parent | 726984208098d78390e56eb3cc72257fbbe309e8 (diff) | |
download | rails-148da357f03100fc09569595a05a2da20231458b.tar.gz rails-148da357f03100fc09569595a05a2da20231458b.tar.bz2 rails-148da357f03100fc09569595a05a2da20231458b.zip |
Explicit dependency on Proc#bind extension
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/rescuable.rb | 1 |
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. |