Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created June 2, 2009 10:54
Show Gist options
  • Save jacobat/122192 to your computer and use it in GitHub Desktop.
Save jacobat/122192 to your computer and use it in GitHub Desktop.
namespace :app do
desc 'Wipeout all tasks'
task :wipe_tasks => :environment do
Task.destroy_all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment