class ActionText::Engine
def attachable_plain_text_representation(caption = nil)
def attachable_plain_text_representation(caption = nil) "[#{caption || filename}]" end
def previewable_attachable?
def previewable_attachable? representable? end
def to_trix_content_attachment_partial_path
def to_trix_content_attachment_partial_path nil end