summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/roles_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb
index 65152afd2..c0713cb82 100644
--- a/app/controllers/roles_controller.rb
+++ b/app/controllers/roles_controller.rb
@@ -20,7 +20,7 @@ class RolesController < ApplicationController
before_filter :require_admin
- verify :method => :post, :only => [ :destroy, :move ],
+ verify :method => :post, :only => [ :destroy ],
:redirect_to => { :action => :index }
def index