method

render

render(opts)
private

No documentation available.

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