aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/deliver_later.rb
blob: 5609e35d0139787bd16526cbfab3fcfc21833fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'active_job'

module ActionMailer
  module DeliverLater
    extend ActiveSupport::Autoload
    autoload :Job
    autoload :MailMessageWrapper
  end
end