Remove I18n.translation_present? monkey patch

This commit is contained in:
Sebastian Serth
2022-12-04 15:03:28 +01:00
parent fe24e7d890
commit ffe96d9223
4 changed files with 3 additions and 9 deletions

View File

@ -7,9 +7,3 @@ unless Array.respond_to?(:average)
end
end
end
module I18n
def self.translation_present?(key)
t(key, default: '').present?
end
end