Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

Commit 0c8e10a

Browse files
committed
Use deliver_later when sending welcome email
1 parent f6377ee commit 0c8e10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ def generate_authentication_token
4848
end
4949

5050
def send_welcome_email
51-
UserMailer.welcome_email(self).deliver
51+
UserMailer.welcome_email(self).deliver_later
5252
end
5353
end

0 commit comments

Comments
 (0)