Commit 93f99b327fa2a3061d8731596f7936f76c3dcb8a

Authored by Andrew Kane
1 parent 6d838c31

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,7 +25,6 @@ module Searchkick
25 mod = Module.new 25 mod = Module.new
26 include(mod) 26 include(mod)
27 mod.module_eval do 27 mod.module_eval do
28 - # TODO fix notifications  
29 def reindex(method_name = nil, mode: nil, refresh: false) 28 def reindex(method_name = nil, mode: nil, refresh: false)
30 mode ||= Searchkick.callbacks_value || self.class.searchkick_index.options[:callbacks] || true 29 mode ||= Searchkick.callbacks_value || self.class.searchkick_index.options[:callbacks] || true
31 mode = :inline if mode == :bulk 30 mode = :inline if mode == :bulk