X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..14a6eb786a0d01e86ccae7645e880661caf6f0cb:/services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb diff --git a/services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb b/services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb index 826ced1cf8..cd466cf1fb 100644 --- a/services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb +++ b/services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb @@ -6,10 +6,10 @@ require 'safe_json' class Arvados::V1::ApiClientAuthorizationsController < ApplicationController accept_attribute_as_json :scopes, Array - before_filter :current_api_client_is_trusted, :except => [:current] - before_filter :admin_required, :only => :create_system_auth - skip_before_filter :render_404_if_no_object, :only => [:create_system_auth, :current] - skip_before_filter :find_object_by_uuid, :only => [:create_system_auth, :current] + before_action :current_api_client_is_trusted, :except => [:current] + before_action :admin_required, :only => :create_system_auth + skip_before_action :render_404_if_no_object, :only => [:create_system_auth, :current] + skip_before_action :find_object_by_uuid, :only => [:create_system_auth, :current] def self._create_system_auth_requires_parameters {