From 525fd3ac86fd192c22e89d917047b66c570004dc Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Wed, 29 Jun 2011 19:08:09 +0530 Subject: TODO fix explicitly loading exceptations, autoload removed --- actionpack/lib/action_dispatch/middleware/show_exceptions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/action_dispatch/middleware') diff --git a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb b/actionpack/lib/action_dispatch/middleware/show_exceptions.rb index c17c746096..a765c23dae 100644 --- a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb +++ b/actionpack/lib/action_dispatch/middleware/show_exceptions.rb @@ -1,4 +1,5 @@ require 'active_support/core_ext/exception' +require 'action_controller/metal/exceptions' require 'active_support/notifications' require 'action_dispatch/http/request' -- cgit v1.2.3