add a comment because I can never find the mailing list summary email
This commit is contained in:
parent
f07b4b310a
commit
581d477ff3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue