diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-01 20:56:35 -0800 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-01 20:56:35 -0800 |
commit | e443ac03a45e9444a688fcf840edd06aa361e9b0 (patch) | |
tree | 92c007990449f313c624a9354334ee41a49292fc /actionpack/lib/action_dispatch | |
parent | bb38df89bfbfc37913babe2edf6ad73b0dc80358 (diff) | |
parent | 7bc224dda00133dcb72c531d3b46391a88f21062 (diff) | |
download | rails-e443ac03a45e9444a688fcf840edd06aa361e9b0.tar.gz rails-e443ac03a45e9444a688fcf840edd06aa361e9b0.tar.bz2 rails-e443ac03a45e9444a688fcf840edd06aa361e9b0.zip |
Merge pull request #8682 from amatsuda/rm_as_frozen_object_error
remove meaningless AS::FrozenObjectError
Diffstat (limited to 'actionpack/lib/action_dispatch')
-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 ee69c8b49d..58adf22862 100644 --- a/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb +++ b/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb @@ -1,5 +1,4 @@ require 'action_controller/metal/exceptions' -require 'active_support/core_ext/exception' require 'active_support/core_ext/class/attribute_accessors' module ActionDispatch |