Require asset pipeline targets by default

This commit is contained in:
David Heinemeier Hansson
2011-04-13 17:50:55 +02:00
parent 7e3b374312
commit 65ffcecc6a

View File

@@ -2,8 +2,8 @@
<html>
<head>
<title><%= camelized %></title>
<%%= stylesheet_link_tag :all %>
<%%= javascript_include_tag :defaults %>
<%%= stylesheet_link_tag "application" %>
<%%= javascript_include_tag "application" %>
<%%= csrf_meta_tags %>
</head>
<body>