Commit b56af5c7e0a7ef99ca90ee246d611155051351d7
1 parent
034496e8
Exists in
master
and in
19 other branches
Removed unneeded master [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1662,7 +1662,7 @@ Eager load different associations by model |
1662 | 1662 | Searchkick.search("*", index_name: [Product, Store], model_includes: {Product => [:store], Store => [:product]}) |
1663 | 1663 | ``` |
1664 | 1664 | |
1665 | -Run additional scopes on results [master] | |
1665 | +Run additional scopes on results | |
1666 | 1666 | |
1667 | 1667 | ```ruby |
1668 | 1668 | Product.search "milk", scope_results: ->(r) { r.with_attached_images } | ... | ... |