Skip to content

Commit

Permalink
Update mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
cstavitsky committed Oct 12, 2015
1 parent 6201820 commit 3ceb009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/mailers/boss_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ def beginning_week_email(email, major_projects, open_projects, user)
mail(to: @email.addressee_email, subject: @email.subject_line_beginning_week,
:cc => @user.email)
end

def end_week_email
end
end

0 comments on commit 3ceb009

Please sign in to comment.