instance method
attachable_plain_text_representation
Ruby on Rails 6.1.7.10
Since v6.0.6 Last seen in v7.0.10Signature
attachable_plain_text_representation(caption)
No documentation comment.
Parameters
-
captionreq
Source
# File actiontext/lib/action_text/attachables/content_attachment.rb, line 20
def attachable_plain_text_representation(caption)
case name
when "horizontal-rule"
" ┄ "
else
" "
end
end
Defined in actiontext/lib/action_text/attachables/content_attachment.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachables::ContentAttachment