From a5fb9a5e1f089933212020fbe04c9a1305b83e17 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 28 Aug 2023 10:02:29 +0200 Subject: [PATCH] DEV: Fix a core deprecation (#504) Re-lands #475 --- lib/pending_assigns_reminder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pending_assigns_reminder.rb b/lib/pending_assigns_reminder.rb index 6f48faf6..80c28c55 100644 --- a/lib/pending_assigns_reminder.rb +++ b/lib/pending_assigns_reminder.rb @@ -110,7 +110,7 @@ def build_list_for(key, topics) end def time_in_words_for(topic) - FreedomPatches::Rails4.distance_of_time_in_words( + AgeWords.distance_of_time_in_words( Time.zone.now, topic.assigned_at.to_time, false,