9701: Merge branch '9463-change-arvput-use-collection-class' into 9701-collection...
[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