aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Mongeau <halogenandtoast@gmail.com>2017-06-15 16:12:44 +0900
committerMatthew Mongeau <halogenandtoast@gmail.com>2017-06-15 16:41:23 +0900
commitd9bbde09fc57b29b889baadda18da943428fb06a (patch)
treeef40e7ea76e823d5562ada434a51501e5affcc28 /Gemfile
parentf2af91a7908d3474746e20781a3118379189a7aa (diff)
downloadrails-d9bbde09fc57b29b889baadda18da943428fb06a.tar.gz
rails-d9bbde09fc57b29b889baadda18da943428fb06a.tar.bz2
rails-d9bbde09fc57b29b889baadda18da943428fb06a.zip
Allow mailers to configure their delivery job
Setting delivery_job on a mailer class will cause MessageDelivery to use the specified job instead of ActionMailer::DeliveryJob: class MyMailer < ApplicationMailer self.delivery_job = MyCustomDeliveryJob ... end
Diffstat (limited to 'Gemfile')
0 files changed, 0 insertions, 0 deletions