module Notable::DebugExceptions
Public Instance Methods
render_exception(env, exception)
click to toggle source
Calls superclass method
# File lib/notable/debug_exceptions.rb, line 3 def render_exception(env, exception) env["action_dispatch.exception"] = exception super end