Created
August 27, 2015 02:59
-
-
Save kf0jvt/a8b55575a51ba902e0ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Book.create(title: "I win", author: "U. Lose") | |
Book.create(title: "Robots", author: "Anne Droid") | |
Book.create(title: "Come on in", author: "Doris Open") | |
Book.create(title: "The Yellow River", author: "I. P. Freely") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment