lib/good_job/notifier.rb in good_job-1.8.0 vs lib/good_job/notifier.rb in good_job-1.9.0
- old
+ new
@@ -28,10 +28,10 @@
WAIT_INTERVAL = 1
# @!attribute [r] instances
# @!scope class
# List of all instantiated Notifiers in the current process.
- # @return [Array<GoodJob:Adapter>]
+ # @return [Array<GoodJob::Adapter>]
cattr_reader :instances, default: [], instance_reader: false
# Send a message via Postgres NOTIFY
# @param message [#to_json]
def self.notify(message)