mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1129a24caf
Signed-off-by: Joshua Peek <josh@joshpeek.com>
11 lines
418 B
Text
11 lines
418 B
Text
<h1>
|
|
<%=h @exception.class.to_s %>
|
|
<% if request.parameters['controller'] %>
|
|
in <%=h request.parameters['controller'].humanize %>Controller<% if request.parameters['action'] %>#<%=h request.parameters['action'] %><% end %>
|
|
<% end %>
|
|
</h1>
|
|
<pre><%=h @exception.clean_message %></pre>
|
|
|
|
<%= render(:file => @rescues_path + "/_trace.erb") %>
|
|
|
|
<%= render(:file => @rescues_path + "/_request_and_response.erb") %>
|