Module: Notable::DebugExceptions

Defined in:
lib/notable/debug_exceptions.rb

Instance Method Summary collapse

Instance Method Details

#render_exception(request, exception) ⇒ Object



3
4
5
6
# File 'lib/notable/debug_exceptions.rb', line 3

def render_exception(request, exception, *)
  request.env["action_dispatch.exception"] = exception
  super
end