提交 3686513d 编写于 作者: O Oge Nnadi

Fixed extraneous quoting

上级 059a8327
......@@ -1275,7 +1275,7 @@ User.active.where(state: 'finished')
# SELECT "users".* FROM "users" WHERE "users"."state" = 'active' AND "users"."state" = 'finished'
```
If we do want the `last where clause` to win then `Relation#merge` can
If we do want the last `where` clause to win then `Relation#merge` can
be used.
```ruby
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册