Source: show | on GitHub
# File actiontext/lib/action_text/engine.rb, line 59 def attachable_plain_text_representation(caption = nil) "[#{caption || filename}]" end
# File actiontext/lib/action_text/engine.rb, line 55 def previewable_attachable? representable? end
# File actiontext/lib/action_text/engine.rb, line 68 def to_editor_content_attachment_partial_path nil end
# File actiontext/lib/action_text/engine.rb, line 63 def to_trix_content_attachment_partial_path to_editor_content_attachment_partial_path end