# File actiontext/lib/action_text/attachments/trix_conversion.rb, line 14deffragment_by_converting_trix_attachments(content)
fragment_by_converting_editor_attachments(content)
end
# File actiontext/lib/action_text/attachments/trix_conversion.rb, line 19deffrom_trix_attachment(trix_attachment)
from_attributes(trix_attachment.attributes)
end
to_trix_attachment(content = trix_attachment_content)
Link