Fix typo in seed log information (#2631) [ci skip]
This commit is contained in:
parent
50ed146515
commit
804758ce34
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ Badge.create!(
|
|||
badge_image: File.open(Rails.root.join("app", "assets", "images", "#{rand(1..40)}.png")),
|
||||
)
|
||||
|
||||
Rails.logger.info "10. Creating FeedbackMessages"
|
||||
Rails.logger.info "11. Creating FeedbackMessages"
|
||||
|
||||
FeedbackMessage.create!(
|
||||
reporter: User.last,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue