From e60ff0b96397b6a851636f0702cc6d978e12cde4 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 8 May 2022 23:35:57 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4449b5..7358efd 100644 --- a/README.md +++ b/README.md @@ -1606,7 +1606,7 @@ add_column :products, :search_conversions, :jsonb For MySQL, use `:json`, and for others, use `:text` with a [JSON serializer](https://api.rubyonrails.org/classes/ActiveRecord/AttributeMethods/Serialization/ClassMethods.html). -Next, create a separate method so you can use partial reindexing. +Create a separate method so you can use partial reindexing. ```ruby class Product < ApplicationRecord -- libgit2 0.21.0