mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix csrf_meta_tag
This commit is contained in:
parent
02319b7982
commit
6641bf877a
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ The view is only part of the story of how HTML is displayed in your web browser.
|
|||
<title>Blog</title>
|
||||
<%= stylesheet_link_tag :all %>
|
||||
<%= javascript_include_tag :defaults %>
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csrf_meta_tag %>
|
||||
</head>
|
||||
<body style="background: #EEEEEE;">
|
||||
|
||||
|
|
Loading…
Reference in a new issue