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

3 lines
64 B
Text
Raw Normal View History

<%= order.created_at %>
2015-02-09 17:06:24 +01:00
<%= simple_format(order.to_sentence) %>