Skip to content

Commit

Permalink
Seed a couple test links
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaspar committed Jul 30, 2017
1 parent 9074471 commit 8a948ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
#
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
# Character.create(name: 'Luke', movie: movies.first)

# Generate a couple links
Link.create url: 'http://graphql.org/', description: 'The Best Query Language'
Link.create url: 'http://dev.apollodata.com/', description: 'Awesome GraphQL Client'

0 comments on commit 8a948ba

Please sign in to comment.