diff options
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/debug_exceptions.rb')
| -rw-r--r-- | actionpack/lib/action_dispatch/middleware/debug_exceptions.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb b/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb index 1c720c5a8e..336a775880 100644 --- a/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb +++ b/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb @@ -10,7 +10,7 @@ module ActionDispatch    # This middleware is responsible for logging exceptions and    # showing a debugging page in case the request is local.    class DebugExceptions -    RESCUES_TEMPLATE_PATH = File.expand_path("../templates", __FILE__) +    RESCUES_TEMPLATE_PATH = File.expand_path("templates", __dir__)      class DebugView < ActionView::Base        def debug_params(params)  | 
