Created
May 15, 2016 17:28
-
-
Save thorwebdev/7a946dfe941617719ba2ff02c5194a6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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