Browse Source

add missing field to seeded user for dev env

pull/619/head
Dushan Despotovic 3 years ago committed by baarkerlounger
parent
commit
4f928b0dc5
  1. 1
      db/seeds.rb

1
db/seeds.rb

@ -28,6 +28,7 @@ end
if Rails.env.development? && User.count.zero? if Rails.env.development? && User.count.zero?
User.create!( User.create!(
email: "provider@example.com", email: "provider@example.com",
password: "password",
organisation: org, organisation: org,
role: "data_provider", role: "data_provider",
) )

Loading…
Cancel
Save