tap/app/views/orders/_order.html.erb

7 lines
130 B
Text
Raw Normal View History

<%= order.created_at %>
2014-12-06 12:03:08 +01:00
<p>
<% products.each do |product| %>
<%= pluralize(product.count, product.name) %>
2014-12-06 12:03:08 +01:00
<% end %>
</p>