Merge branch '15795-sys-root-token' refs #15795
[arvados.git] / services / api / app / models / database_seeds.rb
index 0c98f8f23581d38723e136a439a9faed4fc159e7..6e7ab9b07677421ca76dcd6ddb57bc98ff8cb7a8 100644 (file)
@@ -1,10 +1,15 @@
+# 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