Skip to content

Commit

Permalink
remove tony email from refunction
Browse files Browse the repository at this point in the history
  • Loading branch information
dohoonk committed Nov 18, 2019
1 parent cdc762e commit 5ecb966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/referral_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ReferralMailer < ApplicationMailer
# send a signup email to the user, pass in the user object that contains the user's email address
def send_signup_email(referral)
@referral = referral
mail( :to => '[email protected],[email protected],[email protected]',
mail( :to => '[email protected],[email protected]',
:subject => 'Referral Received' )
end

Expand Down

0 comments on commit 5ecb966

Please sign in to comment.