instance method
source_to_show_id
Ruby on Rails 6.0.6
Since v6.0.6Signature
source_to_show_id()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 128
def source_to_show_id
(traces[trace_to_show].first || {})[:id]
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 128
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper