X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76eaaac9fed4e74b8073ee08f99b84fc7922ac9f..39ccab11524517c101fad39eab02603022f15a99:/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 5a6d8750f5..cd97349823 100644 --- a/services/api/app/models/database_seeds.rb +++ b/services/api/app/models/database_seeds.rb @@ -1,12 +1,12 @@ 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 -