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 33
def attachable_plain_text_representation(caption = nil)
  "[#{caption || filename}]"
end

previewable_attachable?()

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

to_trix_content_attachment_partial_path()

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