diff --git a/README.md b/README.md index 64f6b9bc..3a2c6034 100644 --- a/README.md +++ b/README.md @@ -934,7 +934,6 @@ validation and callbacks. Address.find(id).update_attributes(city: 'Chicago') Address.find(id).update_attribute(:city, 'Chicago') Address.update(id, city: 'Chicago') -Address.update(id, { city: 'Chicago' }, if: { deliverable: true }) ``` There are also some low level methods `#update`, `.update_fields` and