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