Browse Source

lint

pull/2799/head
Kat 7 months ago
parent
commit
12443bd5bf
  1. 4
      db/seeds.rb

4
db/seeds.rb

@ -15,8 +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,
organisation_name: user.organisation.name,
organisation_address: user.organisation.address_row,
)
end

Loading…
Cancel
Save