Skip to content

Commit

Permalink
Track the default application.css/js files for turbolinks as per vers…
Browse files Browse the repository at this point in the history
…ion 0.6.0
  • Loading branch information
dhh committed Dec 4, 2012
1 parent 4243de6 commit 2259893
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title><%= camelized %></title>
<%%= stylesheet_link_tag "application", media: "all" %>
<%%= javascript_include_tag "application" %>
<%%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
<%%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%%= csrf_meta_tags %>
</head>
<body>
Expand Down

0 comments on commit 2259893

Please sign in to comment.