Module: Notable::DebugExceptions

Extended by:
ActiveSupport::Concern
Defined in:
lib/notable/debug_exceptions.rb

Instance Method Summary collapse

Instance Method Details

#render_exception_with_pass(env, exception) ⇒ Object



9
10
11
12
# File 'lib/notable/debug_exceptions.rb', line 9

def render_exception_with_pass(env, exception)
  env["action_dispatch.exception"] = exception
  render_exception_without_pass(env, exception)
end