20846: Merge branch '19213-ubuntu2204-support' into 20846-ubuntu2204
[arvados.git] / apps / workbench / app / models / human.rb
index 31653bd6c77ae355ad8e94d9b3d4f90bb47656ca..c1acef564555251321f626d4fff7405b4a212056 100644 (file)
@@ -1,2 +1,9 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class Human < ArvadosBase
+  def self.goes_in_projects?
+    true
+  end
 end