Merge branch '15521-keepstore-logging'
[arvados.git] / services / api / app / models / database_seeds.rb
index 93d5254934baa803d5ffc2fedbe5280865e5e9f8..6e7ab9b07677421ca76dcd6ddb57bc98ff8cb7a8 100644 (file)
@@ -1,11 +1,16 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class DatabaseSeeds
-  include CurrentApiClient
+  extend CurrentApiClient
   def self.install
     system_user
     system_group
+    all_users_group
     anonymous_group
+    anonymous_group_read_permission
     anonymous_user
     empty_collection
   end
 end
-