aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-12-18 16:08:20 +0000
committerLouise Crow <louise.crow@gmail.com>2014-12-18 16:08:20 +0000
commitd4d8096429cc9a97efbde63ef37cd1cc7d12708c (patch)
tree6ab3b13fa0a37e02876d9ac808e5ba00ea8d967b /app/controllers/admin_controller.rb
parentc0a3dc4571090fc553fd608cf1ac83e21f0290f4 (diff)
parent6d587c328b7d58fb322bd9cf490b213c3ff1ffad (diff)
Merge branch 'brakeman_fixes' into rails-3-develop
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r--app/controllers/admin_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb
index 3bf40b8f9..7760c372b 100644
--- a/app/controllers/admin_controller.rb
+++ b/app/controllers/admin_controller.rb
@@ -9,7 +9,6 @@ require 'fileutils'
class AdminController < ApplicationController
layout "admin"
before_filter :authenticate
- protect_from_forgery # See ActionController::RequestForgeryProtection for details
# action to take if expecting an authenticity token and one isn't received
def handle_unverified_request