Fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao 2023-03-27 11:55:02 +02:00
parent 6d52af53ae
commit 4b17afa93d
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -11,7 +11,7 @@
#
# Send email via Sidekiq:
#
# CustomMailer.with(user: u, subject: "Important announcement", body: body).custom_message.deliver_later
# CustomMailer.with(user: user, subject: "Important announcement", body: body).custom_message.deliver_later
#
class CustomMailer < ApplicationMailer
def custom_message