aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-10-30 18:43:57 +0000
committerJon Leighton <j@jonathanleighton.com>2012-10-30 18:43:57 +0000
commit7e17b0baec4ea811c1a7e3bd491eaedf95b1feb4 (patch)
tree6db2b2e3a163a97547690724838a886e47f875e7 /actionmailer/CHANGELOG.md
parente0fb16b92adb0d708e0a5bc258c76a367866eed2 (diff)
downloadrails-7e17b0baec4ea811c1a7e3bd491eaedf95b1feb4.tar.gz
rails-7e17b0baec4ea811c1a7e3bd491eaedf95b1feb4.tar.bz2
rails-7e17b0baec4ea811c1a7e3bd491eaedf95b1feb4.zip
Revert "Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*args).deliver`."
This reverts commit 7e0cf563639bc7508da381b1b8321c7a89be1aa8. Conflicts: actionmailer/CHANGELOG.md See discussion at https://github.com/rails/rails/commit/7e0cf563639bc7508da381b1b8321c7a89be1aa8#commitcomment-2075489
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index ebce32bf11..28a5c0ab71 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -5,11 +5,6 @@
*Yves Senn*
-* Support `Mailer.deliver_foo(*args)` as a synonym for
- `Mailer.foo(*args).deliver`. This makes it easy to write e.g.
- `Mailer.expects(:deliver_foo)` when testing code that calls
- the mailer. *Jon Leighton*
-
* Allow delivery method options to be set per mail instance *Aditya Sanghi*
If your smtp delivery settings are dynamic,