From feece3cb57794a7e7db2c83ffe5cf75bcf3b285a Mon Sep 17 00:00:00 2001 From: pgvsalamander <105011449+pgvsalamander@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:58:13 -0400 Subject: [PATCH] docs: corrected a typo regarding the use of GoodJob::ActiveJobExtensions::NotifyOptions (#1322) --- lib/good_job/active_job_extensions/notify_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/good_job/active_job_extensions/notify_options.rb b/lib/good_job/active_job_extensions/notify_options.rb index 75af747e8..6309f2545 100644 --- a/lib/good_job/active_job_extensions/notify_options.rb +++ b/lib/good_job/active_job_extensions/notify_options.rb @@ -9,7 +9,7 @@ module ActiveJobExtensions # @example # # Include the concern to your job class: # class MyJob < ApplicationJob - # include GoodJob::ActiveJobExtensions::Notify + # include GoodJob::ActiveJobExtensions::NotifyOptions # self.good_job_notify = false # end #