aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2014-01-26 12:03:32 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2014-01-26 12:05:35 +0000
commit4df9cc29c15634de8de5912d2b40766f04e58c03 (patch)
tree6c12e7208e685b8e270c1210bc257e7fae2ab376 /actionmailer/CHANGELOG.md
parent7d86352f83079458dd04df2ee5e1b38179c3aac3 (diff)
downloadrails-4df9cc29c15634de8de5912d2b40766f04e58c03.tar.gz
rails-4df9cc29c15634de8de5912d2b40766f04e58c03.tar.bz2
rails-4df9cc29c15634de8de5912d2b40766f04e58c03.zip
Support underscored symbols in Action Mailer config
We allow the use of underscored symbols to represent classes throughout other parts of Rails so it seems incongruous that it's not supported in `register_interceptor` and `register_observer`.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index ede8cfccbf..c264c710f6 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Support the use of underscored symbols when registering interceptors and
+ observers like we do elsewhere within Rails.
+
+ *Andrew White*
+
* Add the ability to intercept emails before previewing in a similar fashion
to how emails can be intercepted before delivery, e.g: