Skip to content

Commit

Permalink
rails 3.1 change to csrf_meta_tags method name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 22, 2011
1 parent e0bab83 commit db08366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/files/suspenders_layout.html.erb.erb
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title><%%= page_title %></title>
<%%= stylesheet_link_tag :flutie, 'screen', :media => 'all', :cache => true %>
<%%= csrf_meta_tag %>
<%%= csrf_meta_tags %>
</head>
<body class="<%%= body_class %>">
<div id="header">
Expand Down

0 comments on commit db08366

Please sign in to comment.