Commit dcdbd1f258d814df164b54b6a73186d06f7dc5b4
1 parent
886a801b
Exists in
master
and in
21 other branches
Added todo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/reindex.rb
... | ... | @@ -8,7 +8,7 @@ module Searchkick |
8 | 8 | |
9 | 9 | # Rake::Task["tire:import"].invoke |
10 | 10 | index = Tire::Index.new(new_index) |
11 | - Tire::Tasks::Import.create_index(index, self) | |
11 | + Tire::Tasks::Import.create_index(index, self) # TODO remove puts | |
12 | 12 | scope = respond_to?(:searchkick_import) ? searchkick_import : self |
13 | 13 | scope.find_in_batches do |batch| |
14 | 14 | index.import batch | ... | ... |