diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-18 16:08:20 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-18 16:08:20 +0000 |
commit | d4d8096429cc9a97efbde63ef37cd1cc7d12708c (patch) | |
tree | 6ab3b13fa0a37e02876d9ac808e5ba00ea8d967b /app/controllers/comment_controller.rb | |
parent | c0a3dc4571090fc553fd608cf1ac83e21f0290f4 (diff) | |
parent | 6d587c328b7d58fb322bd9cf490b213c3ff1ffad (diff) |
Merge branch 'brakeman_fixes' into rails-3-develop
Diffstat (limited to 'app/controllers/comment_controller.rb')
-rw-r--r-- | app/controllers/comment_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/comment_controller.rb b/app/controllers/comment_controller.rb index 2c0037577..890e9faaa 100644 --- a/app/controllers/comment_controller.rb +++ b/app/controllers/comment_controller.rb @@ -10,7 +10,6 @@ class CommentController < ApplicationController before_filter :create_track_thing, :only => [ :new ] before_filter :reject_unless_comments_allowed, :only => [ :new ] before_filter :reject_if_user_banned, :only => [ :new ] - protect_from_forgery :only => [ :new ] def new if params[:comment] |