class ActionText::Engine
Inherits From
-
class
Rails::
Engine -
module
ActionText::
Attribute -
module
ActionText::
Attachable -
module
ActionText::
SystemTestHelper
Public instance methods
Source code GitHub
# File actiontext/lib/action_text/engine.rb, line 49
def attachable_plain_text_representation(caption = nil)
"[#{caption || filename}]"
end
Source code GitHub
# File actiontext/lib/action_text/engine.rb, line 45
def previewable_attachable?
representable?
end
Source code GitHub
# File actiontext/lib/action_text/engine.rb, line 53
def to_trix_content_attachment_partial_path
nil
end