Method: ActionText::Attachables::RemoteImage#attachable_plain_text_representation
- Defined in:
- actiontext/lib/action_text/attachables/remote_image.rb
#attachable_plain_text_representation(caption) ⇒ Object
39 40 41 |
# File 'actiontext/lib/action_text/attachables/remote_image.rb', line 39 def attachable_plain_text_representation(caption) "[#{caption || "Image"}]" end |