X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/329465327cdfbb66220d5cee50d7b83f85cd3eba..118908c39c6ffa0ae8b62cddbdb610c51a461b6d:/services/api/app/models/human.rb diff --git a/services/api/app/models/human.rb b/services/api/app/models/human.rb index f031915a8f..68972825f9 100644 --- a/services/api/app/models/human.rb +++ b/services/api/app/models/human.rb @@ -1,10 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class Human < ArvadosModel - include AssignUuid + include HasUuid include KindAndEtag include CommonApiTemplate serialize :properties, Hash - api_accessible :superuser, :extend => :common do |t| + api_accessible :user, extend: :common do |t| t.add :properties end end