Merge branch 'master' into 1971-show-image-thumbnails
[arvados.git] / services / api / db / seeds.rb
1 # This file seeds the database with initial/default values.
2 #
3 # It is invoked by `rake db:seed` and `rake db:setup`.
4
5 # These two methods would create the system user and group objects on
6 # demand later anyway, but it's better form to create them up front.
7 include CurrentApiClient
8 system_user
9 system_group