Browse Source

CLDC-3090 Update DPO seed (#2799)

* Update dpo seed

* lint
pull/2807/head^2
kosiakkatrina 2 months ago committed by GitHub
parent
commit
e89d41dc0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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