Skip to content

Commit

Permalink
fixing ActionView::Template::Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Dec 31, 2010
1 parent acfa99e commit 75a811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 %>
Expand Down

0 comments on commit 75a811e

Please sign in to comment.