Commit 80459c4edd2d24be4b0c4b988f5aa7f9525b9baf
1 parent
895b4fd0
Exists in
master
and in
18 other branches
Updated comment [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/record_indexer.rb
@@ -31,7 +31,7 @@ module Searchkick | @@ -31,7 +31,7 @@ module Searchkick | ||
31 | record.id.to_s, | 31 | record.id.to_s, |
32 | method_name ? method_name.to_s : nil | 32 | method_name ? method_name.to_s : nil |
33 | ) | 33 | ) |
34 | - else # bulk, inline/true | 34 | + else # bulk, inline/true/nil |
35 | reindex_record(method_name) | 35 | reindex_record(method_name) |
36 | 36 | ||
37 | index.refresh if refresh | 37 | index.refresh if refresh |