save()
public

No documentation available.

# File activestorage/lib/active_storage/attached/changes/delete_many.rb, line 23
    def save
      record.public_send("#{name}_attachments=", [])
    end