1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove dup distinct from AR query list [ci skip]

This commit is contained in:
Jeremy Wilmot 2016-09-30 15:12:16 -07:00
parent dc61db08b6
commit 7d0e73bc01

View file

@ -81,7 +81,6 @@ The methods are:
* `reorder`
* `reverse_order`
* `select`
* `distinct`
* `where`
Finder methods that return a collection, such as `where` and `group`, return an instance of `ActiveRecord::Relation`. Methods that find a single entity, such as `find` and `first`, return a single instance of the model.