The save method can be used to update existing models already in the database. You need to retrieve before updating a model, then set any attribute you want to update, and then call save method. The updated_at timestamp will be updated automatically, so there is no need to set the value manually.