We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0a6ee commit a4eeedeCopy full SHA for a4eeede
db/seeds.rb
@@ -7,3 +7,6 @@
7
# ["Action", "Comedy", "Drama", "Horror"].each do |genre_name|
8
# MovieGenre.find_or_create_by!(name: genre_name)
9
# end
10
+
11
+puts "\n== Seeding the database with fixtures =="
12
+system("bin/rails db:fixtures:load")
0 commit comments