radar / distance_of_time_in_words

Better distance of time in words for Rails

Home Page:http://ryanbigg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to produce rails default distance_of_time_in_words method output

aman199002 opened this issue · comments

As rails distance_of_time_in_words method has been overridden in this gem. Is it possible to use rails default distance_of_time_in_words with this gem or any other method which produces same output as defined by rails apis.

There is :vague option for this, AFAIR. It should be the thing that you need.

Yes, use the vague option.