summaryrefslogtreecommitdiff
path: root/app/mailers/task_reminder_mailer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/task_reminder_mailer.rb')
-rw-r--r--app/mailers/task_reminder_mailer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/mailers/task_reminder_mailer.rb b/app/mailers/task_reminder_mailer.rb
new file mode 100644
index 0000000..539436d
--- /dev/null
+++ b/app/mailers/task_reminder_mailer.rb
@@ -0,0 +1,4 @@
+class TaskReminderMailer < ApplicationMailer
+ def remind
+ end
+end