extend/time: restore rfc3339 method

This commit is contained in:
Bo Anderson 2023-02-07 00:38:46 +00:00
parent 4af36d161f
commit 79f4d5996f
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -16,3 +16,8 @@ module TimeRemaining
end
end
end
class Time
# Backwards compatibility for formulae that used this ActiveSupport extension
alias rfc3339 xmlschema
end