From d20a52930aa80d7f219465d6fc414a68b16ef2a8 Mon Sep 17 00:00:00 2001 From: AvnerCohen Date: Wed, 31 Oct 2012 21:19:44 +0200 Subject: 1.9 hash syntax changes to docs --- .../lib/action_dispatch/middleware/templates/rescues/routing_error.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb') diff --git a/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb b/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb index 8c594c1523..a357a7ba11 100644 --- a/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb +++ b/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb @@ -10,7 +10,7 @@

<% end %> -<%= render :template => "rescues/_trace" %> +<%= render template: "rescues/_trace" %>

Routes -- cgit v1.2.3