Browse Source

Remove reference to deleted method.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7836 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Etienne Massip 12 years ago
parent
commit
872f631396
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/controllers/roles_controller.rb

+ 1
- 1
app/controllers/roles_controller.rb 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

Loading…
Cancel
Save