Skip to content

Commit

Permalink
Remove name and bio from seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaelCodes committed May 2, 2024
1 parent 67d40cd commit 5195e74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions db/seeds/development/users.seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

users = [
{
bio: "Hello. I am admin. Friends please? Ty.",
email: "[email protected]",
name: "Chael",
admin: true
},
{
bio: "Hello. I am dev. Friends please? Ty.",
email: "[email protected]",
name: "John",
admin: false
},
{
Expand Down

0 comments on commit 5195e74

Please sign in to comment.