提交 97e41300 编写于 作者: R Rafael Mendonça França

Only include action cable meta tags if it is not skipped

上级 5f02b156
......@@ -3,7 +3,9 @@
<head>
<title><%= camelized %></title>
<%%= csrf_meta_tags %>
<%- unless options[:skip_action_cable] -%>
<%%= action_cable_meta_tag %>
<%- end -%>
<%- if options[:skip_javascript] -%>
<%%= stylesheet_link_tag 'application', media: 'all' %>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册