aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Wilmot <j1wilmot@gmail.com>2016-09-30 15:12:16 -0700
committerJeremy Wilmot <j1wilmot@gmail.com>2016-09-30 15:12:16 -0700
commit7d0e73bc019536970c480d0810347ee2f40b9838 (patch)
tree3132214b96e5cbf2b06a20bb08ba635e527e4671
parentdc61db08b6858914ac083e11041b63e57ee04e65 (diff)
downloadrails-7d0e73bc019536970c480d0810347ee2f40b9838.tar.gz
rails-7d0e73bc019536970c480d0810347ee2f40b9838.tar.bz2
rails-7d0e73bc019536970c480d0810347ee2f40b9838.zip
Remove dup distinct from AR query list [ci skip]
-rw-r--r--guides/source/active_record_querying.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index bbe1b0decc..38b1ffc4c8 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -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.