projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16349: Fix TZ-sensitive comparison in token expiry checks.
[arvados.git]
/
services
/
api
/
app
/
models
/
database_seeds.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
class DatabaseSeeds
6
extend CurrentApiClient
7
def self.install
8
system_user
9
system_group
10
all_users_group
11
anonymous_group
12
anonymous_group_read_permission
13
anonymous_user
14
empty_collection
15
end
16
end