diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-02-29 16:31:17 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-02-29 16:31:17 +0100 |
commit | 1d3502c32e5553d3e9e73cb7d38db0c1d6427aaf (patch) | |
tree | de7d6ed3b3196bfc9c0225692afec32d31a921f1 /actionpack | |
parent | 1800fe8139aa439750401ada49f85df763279285 (diff) | |
parent | 51b547e2cd1ded7a30df2b6bae4dd7ba3cff99c2 (diff) | |
download | rails-1d3502c32e5553d3e9e73cb7d38db0c1d6427aaf.tar.gz rails-1d3502c32e5553d3e9e73cb7d38db0c1d6427aaf.tar.bz2 rails-1d3502c32e5553d3e9e73cb7d38db0c1d6427aaf.zip |
Merge pull request #23963 from gsamokovarov/exception-wrapper-no-ac-require
Drop Action Controller require in ActionDispatch::ExceptionWrapper
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/exception_wrapper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb b/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb index 3b61824cc9..59edc66086 100644 --- a/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb +++ b/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb @@ -1,4 +1,3 @@ -require 'action_controller/metal/exceptions' require 'active_support/core_ext/module/attribute_accessors' require 'rack/utils' |