Commit 2a6b3a7c9117338e209b683f1c55f647a6a42f87
1 parent
95ff8507
Exists in
master
and in
1 other branch
removing count limitation
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
script/export_ranking.rb
@@ -45,7 +45,6 @@ profile_ids.each do |profile_id| | @@ -45,7 +45,6 @@ profile_ids.each do |profile_id| | ||
45 | ArticleFollower.where(:article_id => person_articles).count | 45 | ArticleFollower.where(:article_id => person_articles).count |
46 | ] | 46 | ] |
47 | csv << [person.identifier, person.name, person.points] + categories_values + quantities_values | 47 | csv << [person.identifier, person.name, person.points] + categories_values + quantities_values |
48 | - break if count > 200 | ||
49 | end | 48 | end |
50 | end | 49 | end |
51 | end | 50 | end |