1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "fix csrf_meta_tag"

This reverts commit 6641bf877a.
This commit is contained in:
Vijay Dev 2011-01-24 02:32:53 +05:30
parent 340c7d182e
commit 7af3b3988c

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_tag %>
<%= csrf_meta_tags %>
</head>
<body style="background: #EEEEEE;">