From 04f4ae255f5f9d0b6ed1f131473f56806a1430ef Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 15 Oct 2005 01:09:34 +0000 Subject: Take retry with breakpoint out until we fix it git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2597 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../lib/action_controller/templates/rescues/_request_and_response.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/templates') diff --git a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml index d835b8bc9b..05e2f7907c 100644 --- a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml +++ b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml @@ -5,7 +5,7 @@
><%=h @exception.describe_blame %>
<% end %> -<% if defined?(Breakpoint) %> +<% if false %>

<% begin %> <%= form_tag(@request.request_uri, "method" => @request.method) %> -- cgit v1.2.3