mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fced30c373
* Add missing credit * Add backticks * Fix indentation * Remove trailing spaces And some minor tweaks.
528 B
528 B
-
Add
assert_enqueued_email_with
test helper.assert_enqueued_email_with ContactMailer, :welcome do ContactMailer.welcome.deliver_later end
Mikkel Malmberg
-
Allow Action Mailer classes to configure their delivery job.
class MyMailer < ApplicationMailer self.delivery_job = MyCustomDeliveryJob ... end
Matthew Mongeau
Please check 5-1-stable for previous changes.