After a recent upgrade, we ran into issue https://github.com/ryanb/letter_opener/issues/147 in our app. When calling .rendered_messages directly, the default template and location were not being set as expected. With this change, those options are truly optional.
After a recent upgrade, we ran into issue https://github.com/ryanb/letter_opener/issues/147 in our app. When calling
.rendered_messages
directly, the default template and location were not being set as expected. With this change, those options are truly optional.