mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
49185875a5
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
7 lines
343 B
Markdown
7 lines
343 B
Markdown
* 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*
|
|
|
|
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/actionmailer/CHANGELOG.md) for previous changes.
|