mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9 lines
222 B
Text
9 lines
222 B
Text
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 %>
|