aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
diff options
context:
space:
mode:
authorankit1910 <ankit.bansal@vinsol.com>2016-01-14 20:50:48 +0530
committerankit1910 <ankit.bansal@vinsol.com>2016-01-14 20:50:48 +0530
commit390067161e0d48ade3b24ab1778011dae9daa0e9 (patch)
treeb2a7f0da95e70b13a1a92941a606e595b109d9f2 /guides/source/active_record_querying.md
parent24ad8c058cae81874569da679df4d074694578c2 (diff)
downloadrails-390067161e0d48ade3b24ab1778011dae9daa0e9.tar.gz
rails-390067161e0d48ade3b24ab1778011dae9daa0e9.tar.bz2
rails-390067161e0d48ade3b24ab1778011dae9daa0e9.zip
[ci skip] fix typo in docs
Diffstat (limited to 'guides/source/active_record_querying.md')
-rw-r--r--guides/source/active_record_querying.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index 4606ac4683..fd5399baec 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -59,7 +59,7 @@ To retrieve objects from the database, Active Record provides several finder met
The methods are:
-* `bind`
+* `find`
* `create_with`
* `distinct`
* `eager_load`