aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb
blob: c0b53068f7be392081474b271cb4d3ae11ceed2a (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                                     
                                   

                   
                                             


         
Rails.root: <%= defined?(Rails) && Rails.respond_to?(:root) ? Rails.root : "unset" %>

<% @traces.each do |name, trace| %>
<% if trace.any? %>
<%= name %>
<%= trace.map { |t| t[:trace] }.join("\n") %>

<% end %>
<% end %>