提交 20281b7f 编写于 作者: Y Yves Senn

fix typo in Active Record Validations guide. [ci skip].

Closes #11498.
上级 fa1e101d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册