module ActionText::Attachments::TrixConversion

def trix_attachment_content

def trix_attachment_content
  if partial_path = attachable.try(:to_trix_content_attachment_partial_path)
    ActionText::Content.render(partial: partial_path, formats: :html, object: self, as: model_name.element)
  end
end