Skip to content

Instantly share code, notes, and snippets.

@skalibog
Created March 2, 2020 14:25
Show Gist options
  • Save skalibog/2bac7edce027a455d885b6a8e5e483eb to your computer and use it in GitHub Desktop.
Save skalibog/2bac7edce027a455d885b6a8e5e483eb to your computer and use it in GitHub Desktop.
rescue
rescue => error
Rails.logger.error(error)
Rails.logger.error(error.message)
Rails.logger.error(error.backtrace.join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment