aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2019-03-30 10:20:43 +0530
committerGitHub <noreply@github.com>2019-03-30 10:20:43 +0530
commitbd2223f07b6eb70d156652067385605360712057 (patch)
treef979e7ab51ee10df75bba776877c3e5153479792
parent4e076b03b6312b928a845f9a31288d10d7243338 (diff)
parent1d5a6a3d8c614d6b01f4dc2e152a941841340bcd (diff)
downloadrails-bd2223f07b6eb70d156652067385605360712057.tar.gz
rails-bd2223f07b6eb70d156652067385605360712057.tar.bz2
rails-bd2223f07b6eb70d156652067385605360712057.zip
Merge pull request #35798 from abhaynikam/35784-add-extract-associated-method-to-querying-doc
[ci skip] Add ActiveRecord::Relation#extract_associated method to the active_record_querying.md
-rw-r--r--guides/source/active_record_querying.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index cc6e08aaec..e40f16e62d 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -65,6 +65,7 @@ The methods are:
* `distinct`
* `eager_load`
* `extending`
+* `extract_associated`
* `from`
* `group`
* `having`