提交 9be89ab2 编写于 作者: A Abdelkader Boudih

Merge pull request #18560 from ogennadi/patch-2

Fixed extraneous quoting
......@@ -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.
先完成此消息的编辑!
想要评论请 注册