Method: ActionText::Attachables::ContentAttachment#to_html

Defined in:
actiontext/lib/action_text/attachables/content_attachment.rb

#to_htmlObject



24
25
26
# File 'actiontext/lib/action_text/attachables/content_attachment.rb', line 24

def to_html
  @to_html ||= content_instance.render(content_instance)
end