Skip to content

Instantly share code, notes, and snippets.

@ggoodale
Created January 30, 2009 22:10
Show Gist options
  • Save ggoodale/55301 to your computer and use it in GitHub Desktop.
Save ggoodale/55301 to your computer and use it in GitHub Desktop.
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