Created
February 9, 2017 20:40
-
-
Save emcoding/1c839085b85a9998d123e83016d45248 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
Note.find_by(id: 1) | |
Note.find_by(title: "First Note") | |
Note.find(1) | |
Note.find("First Note") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment