fix(refactor): forgot to cleanup former implementation

This commit is contained in:
Martin 2021-11-15 15:43:47 +01:00
parent 5b6bb5171c
commit 5534c3fbd6

View file

@ -113,7 +113,7 @@ class Commentaire < ApplicationRecord
end end
def notify_user_with 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 end
def messagerie_available? def messagerie_available?