From 85842c553d29cf0cd4353cd71f03bd64b013138a Mon Sep 17 00:00:00 2001 From: Andrew Lazarus Date: Thu, 12 Feb 2015 14:56:35 -0800 Subject: require rack/utils in exception_wrapper --- actionpack/lib/action_dispatch/middleware/exception_wrapper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb b/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb index 5595a73887..d176a73633 100644 --- a/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb +++ b/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb @@ -1,5 +1,6 @@ require 'action_controller/metal/exceptions' require 'active_support/core_ext/module/attribute_accessors' +require 'rack/utils' module ActionDispatch class ExceptionWrapper -- cgit v1.2.3