Skip to content

Instantly share code, notes, and snippets.

@thorwebdev
Created May 15, 2016 17:28
Show Gist options
  • Save thorwebdev/7a946dfe941617719ba2ff02c5194a6f to your computer and use it in GitHub Desktop.
Save thorwebdev/7a946dfe941617719ba2ff02c5194a6f to your computer and use it in GitHub Desktop.
<h1><%= @customer.email %> // <%= @customer.id %></h1>
<h2># Subscriptions: <%= @customer.subscriptions.total_count %></h2>
<ol>
<% @customer.subscriptions.each do |sub| %>
<li><%= sub.plan.name %></li>
<%end%>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment