class ActionText::Engine
Public Instance Methods
attachable_plain_text_representation(caption = nil)
click to toggle source
# File lib/action_text/engine.rb, line 43 def attachable_plain_text_representation(caption = nil) "[#{caption || filename}]" end
previewable_attachable?()
click to toggle source
# File lib/action_text/engine.rb, line 39 def previewable_attachable? representable? end
to_trix_content_attachment_partial_path()
click to toggle source
# File lib/action_text/engine.rb, line 47 def to_trix_content_attachment_partial_path nil end