1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added persistence to pool placement and pool order

This commit is contained in:
2019-04-19 10:33:06 -04:00
parent 31fbe5baff
commit a76f4036b3
15 changed files with 766 additions and 585 deletions

View File

@@ -140,7 +140,7 @@ class Weight < ActiveRecord::Base
end
def pool_placement_order(pool)
PoolOrder.new(wrestlers_in_pool(pool)).getPoolOrder
#PoolOrder.new(wrestlers_in_pool(pool)).getPoolOrder
end
def wrestlers_without_pool_assignment