@@ -22,7 +22,6 class RolesController < ApplicationController | |||
|
22 | 22 | before_filter :require_admin_or_api_request, :only => :index |
|
23 | 23 | before_filter :find_role, :only => [:edit, :update, :destroy] |
|
24 | 24 | accept_api_auth :index |
|
25 | accept_api_auth :index, :show | |
|
26 | 25 | |
|
27 | 26 | def index |
|
28 | 27 | respond_to do |format| |
General Comments 0
You need to be logged in to leave comments.
Login now