mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
76e111395c
Since #40222, Action Text HTML is rendered in the context of the current request. This causes the Action Text template format to default to the request format, which prevents the template from being resolved when the request format is not `:html` (e.g. `:json`). Therefore, override the template format to always be `:html`. Fixes #40695. |
||
---|---|---|
.. | ||
controller_render_test.rb | ||
mailer_render_test.rb |