Skip to content

Commit

Permalink
fixing the seeds with our new validation
Browse files Browse the repository at this point in the history
  • Loading branch information
cromulus committed Feb 17, 2016
1 parent d6f1362 commit e268081
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
first_name: 'Jim',
last_name: 'Tester',
email_address: '[email protected]',
address_1: '123 N Michigan Ave',
city: 'Chicago',
state: 'IL',
postal_code: '60601',
geography_id: '42', # ward
address_1: '150 Court st.',
city: 'Brooklyn',
state: 'NY',
postal_code: '11222',
geography_id: '', # ward
primary_device_id: 1,
primary_device_description: 'Apple Macbook Pro',
secondary_device_id: 2,
secondary_device_description: 'Samsung Galaxy',
primary_connection_id: 1,
primary_connection_description:'cable internet',
phone_number: '312-555-9090',
participation_type: 'in-person'
)
Expand All @@ -32,6 +33,7 @@
secondary_device_id: 2,
secondary_device_description: 'Apple laptop',
primary_connection_id: 1,
primary_connection_description:'cable internet',
phone_number: '312-555-8888',
participation_type: 'remote'
)
Expand Down

0 comments on commit e268081

Please sign in to comment.