Last active
March 29, 2016 04:42
-
-
Save data-doge/7b06d01e6b05d1181c9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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