Skip to content

Commit

Permalink
DEV: Fix a core deprecation (#504)
Browse files Browse the repository at this point in the history
Re-lands #475
  • Loading branch information
CvX authored Aug 28, 2023
1 parent 4ff42c1 commit a5fb9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pending_assigns_reminder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5fb9a5

Please sign in to comment.