Sha256: a43031f483b34ff67ea9a5db7ba1724ce62cdfe64ec167fe085a6d3a067cfd9a

Contents?: true

Size: 251 Bytes

Versions: 6

Compression:

Stored size: 251 Bytes

Contents

system = Hippo::Tenant.system
system.perform do
    Hippo::User.seed_admin_account
end

testing = Hippo::Tenant.find_or_create_by(slug: 'test', name: 'testing tenant', email: 'test@test.com')

testing.perform do
    Hippo::User.seed_admin_account
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hippo-fw-0.9.7 db/seed.rb
hippo-fw-0.9.6 db/seed.rb
hippo-fw-0.9.5 db/seed.rb
hippo-fw-0.9.4 db/seed.rb
hippo-fw-0.9.3 db/seed.rb
hippo-fw-0.9.2 db/seed.rb