Method: ActionText::Content#to_trix_html

Defined in:
actiontext/lib/action_text/content.rb

#to_trix_htmlObject



134
135
136
# File 'actiontext/lib/action_text/content.rb', line 134

def to_trix_html
  render_attachments(&:to_trix_attachment).to_html
end