projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
5383: revert db_current_time back to Time.now in application_controller as the usages...
[arvados.git]
/
services
/
api
/
app
/
models
/
human.rb
1
class Human < ArvadosModel
2
include HasUuid
3
include KindAndEtag
4
include CommonApiTemplate
5
serialize :properties, Hash
6
7
api_accessible :user, extend: :common do |t|
8
t.add :properties
9
end
10
end