mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +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',
|
||||
state: 'test',
|
||||
zip: '1234',
|
||||
email: 'test@test.com',
|
||||
email: 'test@domain.tld',
|
||||
country_code: 'US',
|
||||
code: 'US1'
|
||||
)
|
||||
|
@ -27,7 +27,7 @@ ActiveRecord::Base.transaction do
|
|||
|
||||
AdminUser.create!(
|
||||
username: 'test',
|
||||
email: 'test@test.com',
|
||||
email: 'test@domain.tld',
|
||||
password: 'testtest',
|
||||
password_confirmation: 'testtest',
|
||||
country_code: 'US',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue