提交 980ac58a 编写于 作者: J Jon Moss

Grammar fixes

[ci skip]
上级 9050f6ee
......@@ -559,8 +559,8 @@ SELECT * FROM clients WHERE (clients.locked != 1)
### OR Conditions
`OR` condition between two relations can be build by calling `or` on the first relation
and passing the second one as an argument.
`OR` conditions between two relations can be built by calling `or` on the first
relation, and passing the second one as an argument.
```ruby
Client.where(locked: true).or(Client.where(orders_count: [1,3,5]))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册