Skip to content

Commit

Permalink
Merge branch 'release/0.17.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Apr 2, 2017
2 parents 9ef044f + 774f166 commit f9bf875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def just_message(user, subject, message, link = nil, image = nil, subscription_t
@link = link
@image = src_with_host image
@subscription_token = subscription_token
mail from: sender_name, to: user.email, subject: subject
mail from: sender_name, to: user.notificable_email, subject: subject
end

def fail_participant_api_create(object, user)
Expand Down

0 comments on commit f9bf875

Please sign in to comment.