Send automatic email reminders

Closes #4
This commit is contained in:
ricola 2026-03-23 18:26:32 -06:00
parent ecb4f16ec5
commit d5f77d338b
7 changed files with 50 additions and 2 deletions

View file

@ -6,4 +6,5 @@ set :environment_variable, 'RACK_ENV'
every 5.minutes do
rake "close_expired_votes"
rake "send_email_reminders"
end