X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ed0067ee9964c70f646a5f4f72c1302cc19c007c..3fb81a4db7abbaaa67b7a18d1c4a5ce82bc232dc:/services/api/app/models/database_seeds.rb diff --git a/services/api/app/models/database_seeds.rb b/services/api/app/models/database_seeds.rb index 0c98f8f235..cd97349823 100644 --- a/services/api/app/models/database_seeds.rb +++ b/services/api/app/models/database_seeds.rb @@ -1,10 +1,11 @@ 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