Skip to Content Skip to Search
Methods
A
P
T
Included Modules

Instance Public methods

attachable_plain_text_representation(caption = nil)

# File actiontext/lib/action_text/engine.rb, line 43
def attachable_plain_text_representation(caption = nil)
  "[#{caption || filename}]"
end

previewable_attachable?()

# File actiontext/lib/action_text/engine.rb, line 39
def previewable_attachable?
  representable?
end

to_trix_content_attachment_partial_path()

# File actiontext/lib/action_text/engine.rb, line 47
def to_trix_content_attachment_partial_path
  nil
end