method

error_highlight_available?

rails latest stable - Class: ActionDispatch::DebugView
error_highlight_available?()
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/debug_view.rb, line 23
    def error_highlight_available?
      @exception_wrapper.error_highlight_available?
    end