From 390067161e0d48ade3b24ab1778011dae9daa0e9 Mon Sep 17 00:00:00 2001 From: ankit1910 Date: Thu, 14 Jan 2016 20:50:48 +0530 Subject: [ci skip] fix typo in docs --- guides/source/active_record_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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` -- cgit v1.2.3