From 2c136ae0543ea53dcb3a3ef9372b216b54d66172 Mon Sep 17 00:00:00 2001 From: twinturbo Date: Sat, 28 Apr 2012 22:32:18 -0700 Subject: Document exception handling inside resce_from handlers --- activesupport/lib/active_support/rescuable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/rescuable.rb') diff --git a/activesupport/lib/active_support/rescuable.rb b/activesupport/lib/active_support/rescuable.rb index 85e84bc203..7aecdd11d3 100644 --- a/activesupport/lib/active_support/rescuable.rb +++ b/activesupport/lib/active_support/rescuable.rb @@ -48,6 +48,7 @@ module ActiveSupport # end # end # + # Exceptions raised inside exception handlers are not propagated up. def rescue_from(*klasses, &block) options = klasses.extract_options! -- cgit v1.2.3