Skip to content

Commit

Permalink
standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmckissock committed Jun 28, 2024
1 parent 0fd58ae commit 9a31971
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@
user: users.sample,
parent_id: comment.id
)

end

#replies to replies
# replies to replies
replies.each do |reply|
Comment.create!(
text: "Sample Reply",
Expand Down

0 comments on commit 9a31971

Please sign in to comment.