Remove reference to deleted method.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7836 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip 2011-11-18 21:29:50 +00:00
parent b3b2eb3e50
commit 872f631396
1 changed files with 1 additions and 1 deletions

View File

@ -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