Skip to content

Instantly share code, notes, and snippets.

@rajraj
Created January 7, 2011 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajraj/769060 to your computer and use it in GitHub Desktop.
Save rajraj/769060 to your computer and use it in GitHub Desktop.
namespace :trant do
desc "Send email notifications for a project."
task :send_notification => :environment do
Project.send_notification
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment