projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21448: adjusted test specs Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
[arvados.git]
/
services
/
api
/
app
/
models
/
human.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
class Human < ArvadosModel
6
include HasUuid
7
include KindAndEtag
8
include CommonApiTemplate
9
serialize :properties, Hash
10
11
api_accessible :user, extend: :common do |t|
12
t.add :properties
13
end
14
end