method
render
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
render(opts)
private
Hide source
# File actionmailer/lib/action_mailer/base.rb, line 425 def render(opts) body = opts.delete(:body) initialize_template_class(body).render(opts) end