Skip to content

Commit

Permalink
Merge branch 'following-users'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Mar 7, 2022
2 parents 2645e47 + 751b853 commit 2143fdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
email = "example-#{n+1}@railstutorial.org"
password = "password"
User.create!(name: name,
email: email,
password: password,
password_confirmation: password,
activated: true,
activated_at: Time.zone.now)
email: email,
password: password,
password_confirmation: password,
activated: true,
activated_at: Time.zone.now)
end

# Generate microposts for a subset of users.
Expand Down

0 comments on commit 2143fdf

Please sign in to comment.