module ActionText::Attachable

def to_trix_content_attachment_partial_path

end
end
"users/trix_content_attachment"
def to_trix_content_attachment_partial_path
class User < ApplicationRecord

Override to render a different partial:

Trix. Defaults to `to_partial_path`.
Returns the path to the partial that is used for rendering the attachable in
def to_trix_content_attachment_partial_path
  to_partial_path
end