Skip to content

Commit

Permalink
making sure form element name is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Oct 28, 2013
1 parent 1b2524c commit e6227fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/blog/comments/_form.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= formatted_form_for @comment, :url => blog_comments_path(@cms_site.path, @blog.path, @post.slug) do |form|
= formatted_form_for @comment, :as => :comment, :url => blog_comments_path(@cms_site.path, @blog.path, @post.slug) do |form|

-# don't need this when installed into your app
= form.hidden_field :authenticity_token, :value => form_authenticity_token
Expand Down

0 comments on commit e6227fb

Please sign in to comment.