Commit 841eeb86978407c7592a46d346bc6a501a124c34

Authored by Andrew Kane
1 parent ad2ee51b

Prefer includes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -1287,7 +1287,7 @@ Searchkick.search_method_name = :lookup @@ -1287,7 +1287,7 @@ Searchkick.search_method_name = :lookup
1287 Eager load associations 1287 Eager load associations
1288 1288
1289 ```ruby 1289 ```ruby
1290 -Product.search "milk", include: [:brand, :stores] 1290 +Product.search "milk", includes: [:brand, :stores]
1291 ``` 1291 ```
1292 1292
1293 Turn off special characters 1293 Turn off special characters