Skip to content

Commit

Permalink
seed file updated with user seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
clydeautin committed Sep 16, 2024
1 parent a7fa3ff commit 12d5ea1
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 12d5ea1

Please sign in to comment.