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