Skip to content

Instantly share code, notes, and snippets.

@jamierumbelow
Created September 11, 2012 21:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamierumbelow/3702259 to your computer and use it in GitHub Desktop.
Save jamierumbelow/3702259 to your computer and use it in GitHub Desktop.
Something stupidly cool in Ruby
def search id
Model.find id
rescue => e
log "Error in search: #{e.message}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment