diff options
Diffstat (limited to 'app/mailers')
-rw-r--r-- | app/mailers/vote_mailer.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/mailers/vote_mailer.rb b/app/mailers/vote_mailer.rb index 77ac3d1..90d2868 100644 --- a/app/mailers/vote_mailer.rb +++ b/app/mailers/vote_mailer.rb | |||
@@ -1,4 +1,6 @@ | |||
1 | class VoteMailer < ApplicationMailer | 1 | class VoteMailer < ApplicationMailer |
2 | helper :votes | ||
3 | |||
2 | def daily_report_email | 4 | def daily_report_email |
3 | @entries = params[:votes].group_by { |v| "#{v.votable_type}_#{v.votable_id}" }.values | 5 | @entries = params[:votes].group_by { |v| "#{v.votable_type}_#{v.votable_id}" }.values |
4 | # weird way of getting the admin's email | 6 | # weird way of getting the admin's email |