This commit is contained in:
benji 2015-02-12 16:26:59 +01:00
parent 3b1a571b0b
commit 43f44005e2

View file

@ -1,2 +1,2 @@
<%= order.created_at %>
<%= time_ago_in_words(order.created_at) + " ago" %>
<%= simple_format(order.to_sentence) %>