method
attachable_plain_text_representation
v7.1.3.4 -
Show latest stable
- Class:
ActionText::Attachables::RemoteImage
attachable_plain_text_representation(caption)public
No documentation available.
# File actiontext/lib/action_text/attachables/remote_image.rb, line 37
def attachable_plain_text_representation(caption)
"[#{caption || "Image"}]"
end