Browse Source

Update dpo seed

pull/2799/head
Kat 9 months ago
parent
commit
64626b7326
  1. 2
      db/seeds.rb

2
db/seeds.rb

@ -15,6 +15,8 @@ def create_data_protection_confirmation(user)
signed_at: Time.zone.local(2019, 1, 1),
data_protection_officer_email: user.email,
data_protection_officer_name: user.name,
organisation_name:user.organisation.name,
organisation_address:user.organisation.address_row,
)
end

Loading…
Cancel
Save