From 4b17afa93de7584dbaa3aa3537bbf8dc17d01d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 27 Mar 2023 11:55:02 +0200 Subject: [PATCH] Fix typo --- app/mailers/custom_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/custom_mailer.rb b/app/mailers/custom_mailer.rb index 732ef66..325a620 100644 --- a/app/mailers/custom_mailer.rb +++ b/app/mailers/custom_mailer.rb @@ -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