Skip to content

Instantly share code, notes, and snippets.

@thoth-ky
Last active February 23, 2019 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoth-ky/94dbd85ba0544be03bfb1c81efddb624 to your computer and use it in GitHub Desktop.
Save thoth-ky/94dbd85ba0544be03bfb1c81efddb624 to your computer and use it in GitHub Desktop.
# db/seeds.rb
Book.create(
title: "A brief History of Time",
author: "Stephen Hawking",
review: "A very informative book from an insiders perspective in the language of an outsider",
reviewer: "John Doe"
)
Book.create(
title: "Unbowed",
author: "Wangari Maathai",
review: "An inspiring tale",
reviewer: "Jane Doe"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment