Skip to content

Instantly share code, notes, and snippets.

@ggoodale
Created January 30, 2009 22:09
Show Gist options
  • Save ggoodale/55300 to your computer and use it in GitHub Desktop.
Save ggoodale/55300 to your computer and use it in GitHub Desktop.
begin
user = User.find(:frist) #=> Bill Frist?
user.update_attribute(:alive_or_dead) #=> Care to be more specific?
rescue => e
logger.error "Something bad happened" #=> Yeah, but what?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment