Skip to content

Commit

Permalink
Merge branch 'master' into transact-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhsponge authored Feb 26, 2024
2 parents a6acc49 + cfa73ba commit 69a6dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a6dac

Please sign in to comment.