Created
January 30, 2009 22:10
-
-
Save ggoodale/55301 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
begin | |
a = Account.find(8675309) #=> Sadly, Jenny's not a user. | |
rescue | |
# I'm so cool I don't need to do anything here. | |
end | |
# If I ever find that Tommy... | |
a.update_attribute(:location, "bathroom wall") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment