2 lines
126 B
Text
2 lines
126 B
Text
<%= order.created_at %>
|
|
<%= simple_format(order.order_products.map { |p| pluralize(p.count, p.product.name) }.to_sentence) %>
|