From 581d477ff3108ad031d2f0824d162dc7e55f1639 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 8 Feb 2017 12:13:29 -0500 Subject: [PATCH] add a comment because I can never find the mailing list summary email --- app/mailers/user_notifications.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/mailers/user_notifications.rb b/app/mailers/user_notifications.rb index aeef876c491..5c4ef82c67c 100644 --- a/app/mailers/user_notifications.rb +++ b/app/mailers/user_notifications.rb @@ -74,6 +74,7 @@ class UserNotifications < ActionMailer::Base end end + # This is the "mailing list summary email" def mailing_list(user, opts={}) @since = opts[:since] || 1.day.ago @since_formatted = short_date(@since)