Module: Notable::DebugExceptions

Defined in:
lib/notable/debug_exceptions.rb

Instance Method Summary collapse

Instance Method Details

#render_exception(env, exception) ⇒ Object



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

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