vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb in radiant-0.7.2 vs vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb in radiant-0.8.0

- old
+ new

@@ -4,8 +4,8 @@ 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", false) %> +<%= render :file => @rescues_path["rescues/_trace.erb"] %> -<%= render_file(@rescues_path + "/_request_and_response.erb", false) %> +<%= render :file => @rescues_path["rescues/_request_and_response.erb"] %>