method

to_html

rails latest stable - Class: ActionText::Attachables::ContentAttachment
to_html()
public

No documentation available.

# File actiontext/lib/action_text/attachables/content_attachment.rb, line 22
      def to_html
        @to_html ||= content_instance.render(content_instance)
      end