aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-01-14 13:25:01 -0200
committerRafael França <rafaelmfranca@gmail.com>2016-01-14 13:25:01 -0200
commit7a756b90214e37a19eacf6b7db3fe0ce8de5181c (patch)
treeb2a7f0da95e70b13a1a92941a606e595b109d9f2 /guides
parent24ad8c058cae81874569da679df4d074694578c2 (diff)
parent390067161e0d48ade3b24ab1778011dae9daa0e9 (diff)
downloadrails-7a756b90214e37a19eacf6b7db3fe0ce8de5181c.tar.gz
rails-7a756b90214e37a19eacf6b7db3fe0ce8de5181c.tar.bz2
rails-7a756b90214e37a19eacf6b7db3fe0ce8de5181c.zip
Merge pull request #23056 from ankit1910/fix-typo
[ci skip] fix typo in docs
Diffstat (limited to 'guides')
-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`