class RailsBestPractices::Reviews::NotUseTimeAgoInWordsReview

Review view and helper files to make sure not use time_ago_in_words or distance_of_time_in_words_to_now.

See the best practice details here rails-bestpractices.com/posts/2012/02/10/not-use-time_ago_in_words/

Implementation:

Review process:

check all fcall node to see if its message is time_ago_in_words and distance_of_time_in_words_to_now