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

@ -0,0 +1,5 @@
class AddRemindersToVotes < ActiveRecord::Migration[7.2]
def change
add_column :votes, :reminders, :integer
end
end