Guest User

Untitled

a guest
Feb 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <% @cds.each do |cd| -%>
  2. <tr>
  3. <td><%= h(cd.title) %></td>
  4. <td><%= h(cd.artist) %></td>
  5. <td><%= h(cd.publisher) %></td>
  6. <td><%= cd.year_of_release.to_s %></td>
  7. </tr>
  8. <% end -%>
  9. </table>
Add Comment
Please, Sign In to add comment