2762: Rename assign_uuid to has_uuid to reflect expanded scope.
[arvados.git] / services / api / app / models / human.rb
index 3717f81c8f20faf5c2a867f9e3fc7a30b069d0d8..32f29064acbf0def79e0b89bad85e402c6883c87 100644 (file)
@@ -1,5 +1,5 @@
 class Human < ArvadosModel
-  include AssignUuid
+  include HasUuid
   include KindAndEtag
   include CommonApiTemplate
   serialize :properties, Hash