Skip to content

Instantly share code, notes, and snippets.

@intercom
Created July 8, 2010 10:08
Show Gist options
  • Save intercom/467832 to your computer and use it in GitHub Desktop.
Save intercom/467832 to your computer and use it in GitHub Desktop.
desc "A Task watched by Exceptional"
task :do_something => :environment do
Exceptional.rescue('Error doing something') do
# do something
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment