From 841eeb86978407c7592a46d346bc6a501a124c34 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 13 Sep 2016 00:38:08 -0700 Subject: [PATCH] Prefer includes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bd2ae..f3bd52c 100644 --- a/README.md +++ b/README.md @@ -1287,7 +1287,7 @@ Searchkick.search_method_name = :lookup Eager load associations ```ruby -Product.search "milk", include: [:brand, :stores] +Product.search "milk", includes: [:brand, :stores] ``` Turn off special characters -- libgit2 0.21.0