X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/60ea080232db7c31f131f3854dc577bcd89f0e26..d05ce2853bafa4a23314813c8d7cb32c4162a0b4:/services/api/db/seeds.rb?ds=sidebyside diff --git a/services/api/db/seeds.rb b/services/api/db/seeds.rb index abd325c724..b40bd4d0ed 100644 --- a/services/api/db/seeds.rb +++ b/services/api/db/seeds.rb @@ -1,11 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # This file seeds the database with initial/default values. # # It is invoked by `rake db:seed` and `rake db:setup`. -# 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 +DatabaseSeeds.install