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