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:
parent
2036268679
commit
127e53453d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title><%= controller_class_name %>: <%%= controller.action_name %></title>
|
||||
<%%= stylesheet_link_tag 'scaffold' %>
|
||||
<%%= javascript_include_tag :defaults %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue