Added some fake entries

This commit is contained in:
2024-07-28 19:07:21 +02:00
parent ef58474752
commit 7403c09a8f
2 changed files with 27 additions and 0 deletions

View File

@@ -7,3 +7,9 @@
# ["Action", "Comedy", "Drama", "Horror"].each do |genre_name|
# MovieGenre.find_or_create_by!(name: genre_name)
# end
Faker::Config.locale = :de
20.times do
Todo.new(title: Faker::Game.title).save
end