method
append_attachables
v6.0.0 -
Show latest stable
- Class:
ActionText::Content
append_attachables(attachables)public
No documentation available.
# File actiontext/lib/action_text/content.rb, line 59
def append_attachables(attachables)
attachments = ActionText::Attachment.from_attachables(attachables)
self.class.new([self.to_s.presence, *attachments].compact.join("\n"))
end