method

append_attachables

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