mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 06:54:16 +00:00
Reducing queries for upcoming matches
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<td>Round <%= m.round %></td>
|
||||
<td><%= m.boutNumber %></td>
|
||||
<td><%= m.weight_max %> lbs</td>
|
||||
<td><%= m.w_name(m.w1) %> vs. <%= m.w_name(m.w2) %></td>
|
||||
<td><%= m.w1_name %> vs. <%= m.w2_name %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user