Skip to content

Commit

Permalink
Set actioncable meta tag in HTML header
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Apr 27, 2024
1 parent f333fa1 commit 7b4628c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= action_cable_meta_tag %>

<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
Expand Down

0 comments on commit 7b4628c

Please sign in to comment.