Skip to content

Commit

Permalink
chore: update seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Aug 23, 2020
1 parent d98e392 commit b68e4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'faker'

user1 = User.create(email: '[email protected]' , password: 'qweqweqwe')
user1 = User.create(email: '[email protected]' , password: 'password')

books_total = 50

Expand Down

0 comments on commit b68e4a9

Please sign in to comment.