module SidekiqSimpleDelay::ActionMailer
Methods to enable simple_delay functionality to work with ActiveRecord
Public Class Methods
included(base)
click to toggle source
# File lib/sidekiq_simple_delay/extensions/action_mailer.rb, line 9 def self.included(base) base.extend(SidekiqSimpleDelay::DelayMethods) base.extend(ClassMethods) end