mirror of https://github.com/rails/rails
This is not needed anymore
This commit is contained in:
parent
27ea0481bb
commit
9bc879d42a
|
@ -13,9 +13,6 @@
|
||||||
|
|
||||||
<p><%=h @exception.sub_template_message %></p>
|
<p><%=h @exception.sub_template_message %></p>
|
||||||
|
|
||||||
<% @real_exception = @exception
|
|
||||||
@exception = @exception.original_exception || @exception %>
|
|
||||||
<%= render :file => "rescues/_trace.erb" %>
|
<%= render :file => "rescues/_trace.erb" %>
|
||||||
<% @exception = @real_exception %>
|
|
||||||
|
|
||||||
<%= render :file => "rescues/_request_and_response.erb" %>
|
<%= render :file => "rescues/_request_and_response.erb" %>
|
||||||
|
|
Loading…
Reference in New Issue