method

to_html

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: ContentAttachment
to_html() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/attachables/content_attachment.rb, line 24
      def to_html
        @to_html ||= content_instance.render(content_instance)
      end
Register or log in to add new notes.