method

attachable_plain_text_representation

rails 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