class Attio::Note

def save(*)

Notes cannot be updated
def save(*)
  raise NotImplementedError, "Notes cannot be updated. Create a new note instead."
end