mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Fix seeds.rb
This commit is contained in:
parent
4b126020b8
commit
b2ab59bb7d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ ActiveRecord::Base.transaction do
|
||||||
city: 'test',
|
city: 'test',
|
||||||
state: 'test',
|
state: 'test',
|
||||||
zip: '1234',
|
zip: '1234',
|
||||||
email: 'test@test.com',
|
email: 'test@domain.tld',
|
||||||
country_code: 'US',
|
country_code: 'US',
|
||||||
code: 'US1'
|
code: 'US1'
|
||||||
)
|
)
|
||||||
|
@ -27,7 +27,7 @@ ActiveRecord::Base.transaction do
|
||||||
|
|
||||||
AdminUser.create!(
|
AdminUser.create!(
|
||||||
username: 'test',
|
username: 'test',
|
||||||
email: 'test@test.com',
|
email: 'test@domain.tld',
|
||||||
password: 'testtest',
|
password: 'testtest',
|
||||||
password_confirmation: 'testtest',
|
password_confirmation: 'testtest',
|
||||||
country_code: 'US',
|
country_code: 'US',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue