about summary refs log tree commit diff stats
path: root/db/seeds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index 1beea2a..11823c8 100644 --- a/db/seeds.rb +++ b/db/seeds.rb
@@ -5,3 +5,4 @@
5# 5#
6# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) 6# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
7# Character.create(name: 'Luke', movie: movies.first) 7# Character.create(name: 'Luke', movie: movies.first)
8Pokeviewer::Engine.load_seed \ No newline at end of file