about summary refs log tree commit diff stats
path: root/app/mailers/vote_mailer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/vote_mailer.rb')
-rw-r--r--app/mailers/vote_mailer.rb2
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 @@
1class VoteMailer < ApplicationMailer 1class 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