mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Hotfix: deliver_now invitations email instead of deliver_later (#401)
This commit is contained in:
committed by
GitHub
parent
53c7ffd95f
commit
d1faf059ee
@@ -32,7 +32,7 @@ class InvitationsController < ApplicationController
|
||||
)
|
||||
)
|
||||
|
||||
InvitationMailer.invite(invitation: invitation, subject: subject, body: body_with_link).deliver_later
|
||||
InvitationMailer.invite(invitation: invitation, subject: subject, body: body_with_link).deliver_now
|
||||
|
||||
num_invitations_sent += 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user