module SidekiqSimpleDelay::ActionMailer::ClassMethods

Tell {DelayMethods} which delayed worker to use

Public Instance Methods

simple_delayed_worker() click to toggle source
# File lib/sidekiq_simple_delay/extensions/action_mailer.rb, line 16
def simple_delayed_worker
  SimpleDelayedMailer
end