Ensure javascripts are pulled in so UJS can hook the Delete link

This commit is contained in:
Jeremy Kemper 2010-02-04 12:22:26 -08:00
parent 2036268679
commit 127e53453d

@ -3,6 +3,7 @@
<head>
<title><%= controller_class_name %>: <%%= controller.action_name %></title>
<%%= stylesheet_link_tag 'scaffold' %>
<%%= javascript_include_tag :defaults %>
</head>
<body>