fix(refactor): forgot to cleanup former implementation
This commit is contained in:
parent
5b6bb5171c
commit
5534c3fbd6
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Commentaire < ApplicationRecord
|
|||
end
|
||||
|
||||
def notify_user_with
|
||||
DossierMailer.notify_with_delay_new_commentaire_to_user(dossier, body, self).deliver_later(job_options)
|
||||
DossierMailer.notify_with_delay_new_commentaire_to_user(dossier, body, self).deliver_later
|
||||
end
|
||||
|
||||
def messagerie_available?
|
||||
|
|
Loading…
Add table
Reference in a new issue