tech(lint): rubocopify

This commit is contained in:
Martin 2021-11-15 15:42:20 +01:00
parent c68fa2d7f3
commit 5b6bb5171c

View file

@ -112,7 +112,7 @@ class Commentaire < ApplicationRecord
NotifyNewAnswerWithDelayJob.set(wait: 5.minutes).perform_later(dossier, body, self)
end
def notify_user_with()
def notify_user_with
DossierMailer.notify_with_delay_new_commentaire_to_user(dossier, body, self).deliver_later(job_options)
end