method
render
render(opts)
private
Hide source
# File actionmailer/lib/action_mailer/base.rb, line 355 def render(opts) body = opts.delete(:body) initialize_template_class(body).render(opts) end