1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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