extend/time: restore rfc3339 method
This commit is contained in:
parent
4af36d161f
commit
79f4d5996f
@ -16,3 +16,8 @@ module TimeRemaining
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Time
|
||||||
|
# Backwards compatibility for formulae that used this ActiveSupport extension
|
||||||
|
alias rfc3339 xmlschema
|
||||||
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user