Commit 3eac9fd524cad8a51eb2bbf430166410c6500757
1 parent
223848df
Exists in
master
and in
19 other branches
Updated readme [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -975,7 +975,7 @@ The parent and child model can both reindex. | @@ -975,7 +975,7 @@ The parent and child model can both reindex. | ||
975 | 975 | ||
976 | ```ruby | 976 | ```ruby |
977 | Animal.reindex | 977 | Animal.reindex |
978 | -Dog.reindex # equivalent | 978 | +Dog.reindex # equivalent, all animals reindexed |
979 | ``` | 979 | ``` |
980 | 980 | ||
981 | And to search, use: | 981 | And to search, use: |