We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f686b75 commit f52525eCopy full SHA for f52525e
railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt
@@ -4,6 +4,7 @@
4
<title><%%= content_for(:title) || "<%= app_name.titleize %>" %></title>
5
<meta name="viewport" content="width=device-width,initial-scale=1">
6
<meta name="apple-mobile-web-app-capable" content="yes">
7
+ <meta name="mobile-web-app-capable" content="yes">
8
<%%= csrf_meta_tags %>
9
<%%= csp_meta_tag %>
10
0 commit comments