Remove I18n.translation_present?
monkey patch
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user