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

@ -25,3 +25,8 @@ desc "Close votes that have expired"
task :close_expired_votes do
close_expired_votes
end
desc "Send email reminders"
task :send_reminders do
send_reminders
end