We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fe52a commit 3ec0f77Copy full SHA for 3ec0f77
lib/tasks/backfill.rake
@@ -23,7 +23,7 @@ namespace :backfill do
23
end
24
25
26
- task :most_used_attribute_word_counts: :environment do
+ task most_used_attribute_word_counts: :environment do
27
word_counts = {}
28
Attribute.where(word_count_cache: nil).group(:value).order('count_id DESC').limit(500).count(:id).each do |value, count|
29
word_count = WordCountAnalyzer::Counter.new(
0 commit comments