diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-11-18 21:29:50 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-11-18 21:29:50 +0000 |
commit | 872f6313960948f89e845ac0cb55637ff5a47f55 (patch) | |
tree | a16b87d7c55d994ed9f0cdc4c67b6fcbec0f8ae9 /app/controllers/roles_controller.rb | |
parent | b3b2eb3e50c519259ce6842b4f658860757e43c1 (diff) | |
download | redmine-872f6313960948f89e845ac0cb55637ff5a47f55.tar.gz redmine-872f6313960948f89e845ac0cb55637ff5a47f55.zip |
Remove reference to deleted method.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7836 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/roles_controller.rb')
-rw-r--r-- | app/controllers/roles_controller.rb | 2 |
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 |