X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/091af67c8481567a9e6724df0a77b3fae13ee1ad..34173202861e94dee58ccd5b189983918813d870:/services/api/db/seeds.rb diff --git a/services/api/db/seeds.rb b/services/api/db/seeds.rb index 1f17bc84e6..d397b91bfd 100644 --- a/services/api/db/seeds.rb +++ b/services/api/db/seeds.rb @@ -2,8 +2,11 @@ # # It is invoked by `rake db:seed` and `rake db:setup`. -# These two methods would create the system user and group objects on -# demand later anyway, but it's better form to create them up front. +# These two methods would create these objects on demand +# later anyway, but it's better form to create them up front. include CurrentApiClient system_user system_group +anonymous_group +anonymous_user +empty_collection