1
0
Fork 0
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:
Vijay Dev 2011-01-23 20:22:17 +05:30
parent 02319b7982
commit 6641bf877a

View file

@ -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;">