Created
February 5, 2018 15:30
-
-
Save adamjleonard/4924b5681c79c7626410e8e7ff96f43a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Movie.create( | |
title: ‘Deadly Weapon’, | |
description: ‘2 retired monks walk into a bar’ | |
) | |
Movie.create( | |
title: ‘Deadly Weapon 2 — This time time it’s personal’, | |
description: ‘Like Deadly Weapon, only deadlier and more personal’ | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment