instance method
attachable_plain_text_representation
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
attachable_plain_text_representation(caption)
No documentation comment.
Parameters
-
captionreq
Source
# File actiontext/lib/action_text/attachables/remote_image.rb, line 37
def attachable_plain_text_representation(caption)
"[#{caption || "Image"}]"
end
Defined in actiontext/lib/action_text/attachables/remote_image.rb line 37
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachables::RemoteImage