aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/base.rb')
-rw-r--r--actionpack/lib/action_controller/base.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index 9616aa1639..cfe6b30add 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -49,9 +49,7 @@ module ActionController
AbstractController::Callbacks,
# The same with rescue, append it at the end to wrap as much as possible.
- Rescue,
-
- RescueWithHelper
+ Rescue
]
MODULES.each do |mod|