radar/distance_of_time_in_words

How to produce rails default distance_of_time_in_words method output

aman199002 opened this issue · 2 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.