来源: 显示 | 在GitHub上
# File actiontext/lib/action_text/engine.rb, line 49 def attachable_plain_text_representation(caption = nil) "[#{caption || filename}]" end
# File actiontext/lib/action_text/engine.rb, line 45 def previewable_attachable? representable? end
# File actiontext/lib/action_text/engine.rb, line 53 def to_trix_content_attachment_partial_path nil end