Skip to content

Instantly share code, notes, and snippets.

@data-doge
Last active March 29, 2016 04:42
Show Gist options
  • Select an option

  • Save data-doge/7b06d01e6b05d1181c9b to your computer and use it in GitHub Desktop.

Select an option

Save data-doge/7b06d01e6b05d1181c9b to your computer and use it in GitHub Desktop.
namespace :cobudget do
desc "delivers recent activity digest emails to users"
task deliver_recent_activity_digest: :environment do
DeliverRecentActivityDigest.run!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment