class ActionText::Engine

Public Instance Methods

attachable_plain_text_representation(caption = nil) click to toggle source
# File lib/action_text/engine.rb, line 28
def attachable_plain_text_representation(caption = nil)
  "[#{caption || filename}]"
end
previewable_attachable?() click to toggle source
# File lib/action_text/engine.rb, line 24
def previewable_attachable?
  representable?
end
to_trix_content_attachment_partial_path() click to toggle source
# File lib/action_text/engine.rb, line 32
def to_trix_content_attachment_partial_path
  nil
end