mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
fa1e101d54
commit
20281b7f39
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ database only if the object is valid:
|
|||
|
||||
The bang versions (e.g. `save!`) raise an exception if the record is invalid.
|
||||
The non-bang versions don't, `save` and `update` return `false`,
|
||||
`create` just return the objects.
|
||||
`create` just returns the object.
|
||||
|
||||
### Skipping Validations
|
||||
|
||||
|
|
Loading…
Reference in a new issue