instance method
attachable_plain_text_representation
Ruby on Rails 8.0.4
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 39
def attachable_plain_text_representation(caption)
"[#{caption || "Image"}]"
end
Defined in actiontext/lib/action_text/attachables/remote_image.rb line 39
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachables::RemoteImage