Merge branch '2036-fix-python-sdk' of git.clinicalfuture.com:arvados into 2036-fix...
[arvados.git] / services / api / app / models / human.rb
1 class Human < ArvadosModel
2   include AssignUuid
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