From 3f0a102e0ac17c7b8de3b5ed8ff40d7640840d51 Mon Sep 17 00:00:00 2001 From: Sadjow Leão Date: Thu, 23 Jan 2014 17:38:25 -0300 Subject: [PATCH] Add Searchkick.enable_callbacks instructions on README [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 598fbe3..8f69511 100644 --- a/README.md +++ b/README.md @@ -610,9 +610,9 @@ end or temporarily ```ruby -Product.disable_search_callbacks # use Searchkick.disable_callbacks for all models +Product.disable_search_callbacks # or use Searchkick.disable_callbacks for all models ExpensiveProductsTask.execute -Product.enable_search_callbacks +Product.enable_search_callbacks # or use Searchkick.enable_callbacks for all models Product.reindex ``` -- libgit2 0.21.0