parent
4ff42c19a2
commit
a5fb9a5e1f
|
@ -110,7 +110,7 @@ class PendingAssignsReminder
|
||||||
end
|
end
|
||||||
|
|
||||||
def time_in_words_for(topic)
|
def time_in_words_for(topic)
|
||||||
FreedomPatches::Rails4.distance_of_time_in_words(
|
AgeWords.distance_of_time_in_words(
|
||||||
Time.zone.now,
|
Time.zone.now,
|
||||||
topic.assigned_at.to_time,
|
topic.assigned_at.to_time,
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in New Issue