module ActiveWorker::Behavior::CanBeNotified
Public Class Methods
included(base)
click to toggle source
# File lib/active_worker/behavior/can_be_notified.rb, line 16 def self.included(base) base.extend(ClassMethods) base.after_thread_launch :process_notifications end