method

html_part

rails latest stable - Class: ActionMailer::InlinePreviewInterceptor
html_part()
private

No documentation available.

# File actionmailer/lib/action_mailer/inline_preview_interceptor.rb, line 47
      def html_part
        @html_part ||= message.html_part
      end