Module: ActionMailer
- Defined in:
- lib/mail_engine/action_mailer_patch.rb,
lib/mail_engine/action_mailer_patch.rb
Overview
REASON TO OVERRIDE THIS METHOD: pass mime format to renderrer
One concern if user provided block, there will be problem. like: format.text { xxxx; render ‘xxx’ }