Commit 9a59ac6dc4899a92c78d6dd1b0ed8f07407a9c68
1 parent
2a6b3a7c
Exists in
master
and in
1 other branch
removing conferencia reference
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
script/export_ranking.rb
@@ -11,7 +11,6 @@ profile_ids.each do |profile_id| | @@ -11,7 +11,6 @@ profile_ids.each do |profile_id| | ||
11 | profile_name = profile.name | 11 | profile_name = profile.name |
12 | end | 12 | end |
13 | 13 | ||
14 | - next if profile_name != 'Conferencia' | ||
15 | puts "Creating spreadsheet for #{profile_name}" | 14 | puts "Creating spreadsheet for #{profile_name}" |
16 | 15 | ||
17 | CSV.open( "ranking_gamification_for_#{profile_name}.csv", 'w' ) do |csv| | 16 | CSV.open( "ranking_gamification_for_#{profile_name}.csv", 'w' ) do |csv| |