aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_controller/rescue.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/rescue.rb b/actionpack/lib/action_controller/rescue.rb
index 7f82e38f54..454d593df7 100644
--- a/actionpack/lib/action_controller/rescue.rb
+++ b/actionpack/lib/action_controller/rescue.rb
@@ -50,8 +50,8 @@ module ActionController #:nodoc:
end
end
- module ClassMethods #:nodoc:
- def process_with_exception(request, response, exception)
+ module ClassMethods
+ def process_with_exception(request, response, exception) #:nodoc:
new.process(request, response, :rescue_action, exception)
end