Skip to content

Commit

Permalink
Change JavaScript tag to Rails default
Browse files Browse the repository at this point in the history
  • Loading branch information
unique-username authored and Dan Croak committed Apr 3, 2013
1 parent c408553 commit d63f725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag 'application' %>
<%= csrf_meta_tag %>
</head>
<body>
Expand Down

0 comments on commit d63f725

Please sign in to comment.