mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-12 16:59:00 +00:00
Refactored names of methods and some db column
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<h5>Results</h5>
|
||||
<br>
|
||||
<ol>
|
||||
<li><%= @weight.poolOrder(1).first.name %></li>
|
||||
<li><%= @weight.poolOrder(1).second.name %></li>
|
||||
<li><%= @weight.poolOrder(1).third.name %></li>
|
||||
<li><%= @weight.poolOrder(1).fourth.name %></li>
|
||||
<li><%= @weight.pool_placement_order(1).first.name %></li>
|
||||
<li><%= @weight.pool_placement_order(1).second.name %></li>
|
||||
<li><%= @weight.pool_placement_order(1).third.name %></li>
|
||||
<li><%= @weight.pool_placement_order(1).fourth.name %></li>
|
||||
</ol>
|
||||
Reference in New Issue
Block a user