time ago in words down to seconds

This commit is contained in:
danielvincent 2010-12-09 20:13:46 -08:00
parent 624cb45ee2
commit abcd3ca5b0

View file

@ -83,7 +83,7 @@ module ApplicationHelper
end
def how_long_ago(obj)
"#{time_ago_in_words(obj.created_at)} #{t('ago')}"
"#{time_ago_in_words(obj.created_at, true)} #{t('ago')}"
end
def person_url(person)