Commit 93f99b327fa2a3061d8731596f7936f76c3dcb8a
1 parent
6d838c31
Exists in
master
and in
2 other branches
Removed todo [skip ci]
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
lib/searchkick/model.rb
... | ... | @@ -25,7 +25,6 @@ module Searchkick |
25 | 25 | mod = Module.new |
26 | 26 | include(mod) |
27 | 27 | mod.module_eval do |
28 | - # TODO fix notifications | |
29 | 28 | def reindex(method_name = nil, mode: nil, refresh: false) |
30 | 29 | mode ||= Searchkick.callbacks_value || self.class.searchkick_index.options[:callbacks] || true |
31 | 30 | mode = :inline if mode == :bulk | ... | ... |