remove 'update' duplications

This commit is contained in:
Juanjo Bazán 2013-01-08 23:49:29 +01:00
parent f049016cd3
commit 5fb84c6828
2 changed files with 0 additions and 2 deletions

@ -157,7 +157,6 @@ The following methods trigger callbacks:
* `save!`
* `save(validate: false)`
* `toggle!`
* `update`
* `update_attribute`
* `update`
* `update!`

@ -117,7 +117,6 @@ database only if the object is valid:
* `save`
* `save!`
* `update`
* `update`
* `update!`
The bang versions (e.g. `save!`) raise an exception if the record is invalid.