We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afefe6 commit c5d2ad8Copy full SHA for c5d2ad8
db/seeds.rb
@@ -5,7 +5,7 @@
5
#
6
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
7
# Character.create(name: 'Luke', movie: movies.first)
8
-Votes.destroy_all
+Vote.destroy_all
9
Pizza.destroy_all
10
11
Pizza.create([
0 commit comments