Skip to content

Commit

Permalink
Show choice ordinality at buyer summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
freerobby committed Mar 14, 2014
1 parent 24e4b74 commit 1e8ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/app.rb
Expand Up @@ -420,7 +420,7 @@ def require_season_name
@season.buyers.each do |buyer|
say "#{buyer}:"
buyer_games[buyer.name].sort{|a, b| a.to_i <=> b.to_i}.each do |g|
say "\t#{@season.game_by_identifier(g)}"
say "\t#{@season.game_by_identifier(g)} (choice ##{buyer.games_priority.index(g)+1})"
end
end
end
Expand Down

0 comments on commit 1e8ad6e

Please sign in to comment.