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
1 changed files with 0 additions and 1 deletions

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.