diff --git a/script/export_ranking.rb b/script/export_ranking.rb index 554f066..ed408b8 100644 --- a/script/export_ranking.rb +++ b/script/export_ranking.rb @@ -45,7 +45,6 @@ profile_ids.each do |profile_id| ArticleFollower.where(:article_id => person_articles).count ] csv << [person.identifier, person.name, person.points] + categories_values + quantities_values - break if count > 200 end end end -- libgit2 0.21.2