Reverts r10896 (#12472).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10898 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-11-30 10:25:48 +00:00
parent 8312fec63f
commit ca73f99056
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class RolesController < ApplicationController
before_filter :require_admin_or_api_request, :only => :index
before_filter :find_role, :only => [:edit, :update, :destroy]
accept_api_auth :index
accept_api_auth :index, :show
def index
respond_to do |format|