method
source_to_show_id
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
source_to_show_id()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 218
def source_to_show_id
(traces[trace_to_show].first || {})[:id]
end