diff --git a/app.rb b/app.rb index 3358994..47fc14c 100644 --- a/app.rb +++ b/app.rb @@ -58,5 +58,7 @@ get '/bossfight' do } end + @contributors = @contributors.sort_by { |c| c[:lost] }.reverse + erb :bossfight end