Flowdock
method

trace_to_show

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ExceptionWrapper
trace_to_show() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 132
    def trace_to_show
      if traces["Application Trace"].empty? && rescue_template != "routing_error"
        "Full Trace"
      else
        "Application Trace"
      end
    end
Register or log in to add new notes.