なぜこのエラーが発生するのですか? show.html.erb で使用
できますか?
内にjsをロードする行を入れたいjavascript_include_tag
content_for(:head)
<head>...</head>
を入れる<%= content_for(:head) do %>
と、「refresh_chat.js」をロードする行が表示されません。
を削除する<%= content_for(:head) do %>
と、「refresh_chat.js」をロードする行が表示されますが、表示されません<head>
ビュー/投稿/show.html.erb
1. <%= content_for(:head) do %>
2. <%= javascript_include_tag "refresh_chat.js" %>
3. <% end %>