rails/actionmailer/CHANGELOG.md

8 lines
343 B
Markdown
Raw Normal View History

* invoke mailer defaults as procs only if they are procs, do not convert
with to_proc. That an object is convertible to a proc does not mean it's
meant to be always used as a proc. Fixes #11533
*Alex Tsukernik*
2013-02-26 16:45:20 +00:00
2013-04-29 16:06:45 +00:00
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/actionmailer/CHANGELOG.md) for previous changes.