instance method
attachable_markdown_representation
Ruby on Rails edge
Since edgeSignature
attachable_markdown_representation(caption = nil, attachment_links: false)
No documentation comment.
Parameters
-
captionopt = nil -
attachment_linkskey = false
Source
# File actiontext/lib/action_text/attachables/missing_attachable.rb, line 28
def attachable_markdown_representation(caption = nil, attachment_links: false)
"☒"
end
Defined in actiontext/lib/action_text/attachables/missing_attachable.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachables::MissingAttachable