add a comment because I can never find the mailing list summary email

This commit is contained in:
Neil Lalonde 2017-02-08 12:13:29 -05:00
parent f07b4b310a
commit 581d477ff3
1 changed files with 1 additions and 0 deletions

View File

@ -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)