1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-06 06:04:33 +00:00

Updating views

This commit is contained in:
2015-11-18 13:11:47 +00:00
parent 67727c6391
commit 0ba25da89a
5 changed files with 18 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
<% @schools.each do |school| %>
<tr>
<td><%= school.name %></td>
<td><%= school.score %></td>
<td><%= school.pageScore %></td>
</tr>
<% end %>
</tbody>