Skip to content

Commit

Permalink
Replace deliver with deliver_now
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznum committed Dec 23, 2014
1 parent 6a175f1 commit 4faf9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ def account_bgcolors
end

def deliver_signup_confirmation
Mailer.signup_confirmation(self).deliver
Mailer.signup_confirmation(self).deliver_now
end

def deliver_signup_complete
Mailer.signup_complete(self).deliver
Mailer.signup_complete(self).deliver_now
end

def store_sample
Expand Down

0 comments on commit 4faf9bf

Please sign in to comment.