Guest User

Untitled

a guest
Mar 8th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <% for scores in @score %>
  2. <ul>
  3. <li><%= scores.user.user %> - <%= scores.points %></li>
  4. </ul>
  5. <% end %>
Add Comment
Please, Sign In to add comment