From 75a811ed6fc039aef6970c106e06fee1a87f8755 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 31 Dec 2010 13:24:41 -0500 Subject: [PATCH] fixing ActionView::Template::Error --- template/files/_javascript.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/files/_javascript.html.erb b/template/files/_javascript.html.erb index fa96f00fd..4809f29c8 100644 --- a/template/files/_javascript.html.erb +++ b/template/files/_javascript.html.erb @@ -1,4 +1,4 @@ -<%= javascript_include_tag 'jquery', 'jquery-ui', 'rails', 'prefilled_input', 'application' :cache => true %> +<%= javascript_include_tag 'jquery', 'jquery-ui', 'rails', 'prefilled_input', 'application', :cache => true %> <%= yield :javascript %>