Skip to content

Commit

Permalink
Use importer to seed development database
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed May 16, 2020
1 parent 42b42dc commit f6c2701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
#
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
# Character.create(name: 'Luke', movie: movies.first)

RubymemImporter.new.import!

0 comments on commit f6c2701

Please sign in to comment.