diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-11-30 10:25:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-11-30 10:25:48 +0000 |
commit | ca73f99056276f99265ca62861c625f2c1e5eab8 (patch) | |
tree | 9fb671fecf337f1c6b18dcc8e93e8c94ffdd2a27 | |
parent | 8312fec63f2f162c0ed0045fdc5249fcb474a87e (diff) | |
download | redmine-ca73f99056276f99265ca62861c625f2c1e5eab8.tar.gz redmine-ca73f99056276f99265ca62861c625f2c1e5eab8.zip |
Reverts r10896 (#12472).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10898 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/controllers/roles_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index f5a34b5b3..67acb545d 100644 --- a/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb @@ -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| |