Skip to content

Instantly share code, notes, and snippets.

@thorwebdev
Created May 15, 2016 17:25
Show Gist options
  • Save thorwebdev/28f7ee01a3cfcb39aea54f3803c8f4d2 to your computer and use it in GitHub Desktop.
Save thorwebdev/28f7ee01a3cfcb39aea54f3803c8f4d2 to your computer and use it in GitHub Desktop.
<table>
<% @c.each do |customer| %>
<tr>
<td><%= customer.id %><td>
<td><%= customer.email %></td>
<td><a href="../customer/<%= customer.id %>">Subscriptions [<%= customer.subscriptions.total_count %>] </a></td>
</tr>
<% end %>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment