Commit 9a59ac6dc4899a92c78d6dd1b0ed8f07407a9c68

Authored by Leandro Santos
1 parent 2a6b3a7c

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 11 profile_name = profile.name
12 12 end
13 13  
14   - next if profile_name != 'Conferencia'
15 14 puts "Creating spreadsheet for #{profile_name}"
16 15  
17 16 CSV.open( "ranking_gamification_for_#{profile_name}.csv", 'w' ) do |csv|
... ...