DEV: Fix a core deprecation (#504)

Re-lands #475
This commit is contained in:
Jarek Radosz 2023-08-28 10:02:29 +02:00 committed by GitHub
parent 4ff42c19a2
commit a5fb9a5e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class PendingAssignsReminder
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,