Updated README.rdoc again
[feedcatcher.git] / vendor / rails / actionpack / lib / action_controller / templates / rescues / diagnostics.erb
1 <h1>
2 <%=h @exception.class.to_s %>
3 <% if request.parameters['controller'] %>
4 in <%=h request.parameters['controller'].humanize %>Controller<% if request.parameters['action'] %>#<%=h request.parameters['action'] %><% end %>
5 <% end %>
6 </h1>
7 <pre><%=h @exception.clean_message %></pre>
8
9 <%= render :file => @rescues_path["rescues/_trace.erb"] %>
10
11 <%= render :file => @rescues_path["rescues/_request_and_response.erb"] %>