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