Skip to content

Commit

Permalink
Merge pull request #20 from concertmate/ca_seeding_users
Browse files Browse the repository at this point in the history
seed file updated with user seeds
  • Loading branch information
GBowman1 authored Sep 16, 2024
2 parents a7fa3ff + 12d5ea1 commit 929b712
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,28 @@
# ["Action", "Comedy", "Drama", "Horror"].each do |genre_name|
# MovieGenre.find_or_create_by!(name: genre_name)
# end
User.destroy_all

User.create!(name: 'peterkim_pk1',
email: '[email protected]')

User.create!(name: 'konber3',
email: '[email protected]')

User.create!(name: 'kylemboomer',
email: '[email protected]')

User.create!(name: 'baileyjarvis2814',
email: '[email protected]')

User.create!(name: 'clydeautin',
email: '[email protected]')

User.create!(name: 'RodrigoACG',
email: '[email protected]')

User.create!(name: 'GBowman1',
email: '[email protected]')



0 comments on commit 929b712

Please sign in to comment.