From e42301c6a97cfb62140e6b80f6dba35804337122 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 11 Aug 2013 23:27:56 -0700 Subject: [PATCH] Added clean_indices method to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 2281278..b2476f1 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,12 @@ product = Product.find 10 product.reindex ``` +Remove old indices + +```ruby +Product.clean_indices +``` + Use a different index name ```ruby -- libgit2 0.21.0