提交 1ae68ea3 编写于 作者: J Jon Leighton

fix typo [ci skip]

上级 103ce300
......@@ -10,7 +10,7 @@
* `find_or_initialize_by_...` can be rewritten using
`where(...).first_or_initialize`
* `find_or_create_by_...` can be rewritten using
`where(...).first_or_create!`
`where(...).first_or_create`
* `find_or_create_by_...!` can be rewritten using
`where(...).first_or_create!`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册