1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-27 08:56:37 +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

@@ -12,6 +12,7 @@
<% end %>
<% @round = @round + 1 %>
<% end %>
<th>Placement</th>
</tr>
</thead>
<tbody>
@@ -25,6 +26,7 @@
<% end %>
<% @round = @round + 1 %>
<% end %>
<td><%= w.pool_placement %><br><%= w.pool_placement_tiebreaker %></td>
</tr>
<% end %>