提交 324ac5f2 编写于 作者: S Sıtkı Bağdat

Change Relation#all to Relation#load [ci skip]

上级 314e2cc0
......@@ -1301,7 +1301,7 @@ especially useful if a `default_scope` is specified in the model and should not
applied for this particular query.
```ruby
Client.unscoped.all
Client.unscoped.load
```
This method removes all scoping and will do a normal query on the table.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册