Reverts r10895 (#12472).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.1-stable@10897 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6c2eec59d8
commit
e36a611f81
@ -22,7 +22,6 @@ class RolesController < ApplicationController
|
|||||||
before_filter :require_admin_or_api_request, :only => :index
|
before_filter :require_admin_or_api_request, :only => :index
|
||||||
before_filter :find_role, :only => [:edit, :update, :destroy]
|
before_filter :find_role, :only => [:edit, :update, :destroy]
|
||||||
accept_api_auth :index
|
accept_api_auth :index
|
||||||
accept_api_auth :index, :show
|
|
||||||
|
|
||||||
def index
|
def index
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user