X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6cc9d6e055974384be446f6da8218ff7da048ae..f5764a05d616e8d3c55b94503d5a1f789ac66ea7:/services/api/app/models/api_client.rb diff --git a/services/api/app/models/api_client.rb b/services/api/app/models/api_client.rb index 3e1dcd6c4a..1f95d78c0c 100644 --- a/services/api/app/models/api_client.rb +++ b/services/api/app/models/api_client.rb @@ -1,5 +1,9 @@ -class ApiClient < ActiveRecord::Base - include AssignUuid +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class ApiClient < ArvadosModel + include HasUuid include KindAndEtag include CommonApiTemplate has_many :api_client_authorizations