3824: Create "all users" group in seeds.rb instead of asking a human to do it.
[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 these objects on demand
6 # later anyway, but it's better form to create them up front.
7 include CurrentApiClient
8 system_user
9 system_group
10 all_users_group
11 anonymous_group
12 anonymous_user
13 empty_collection