0
0
Fork 0

Revert "Rails 7 update" (#25667)

This commit is contained in:
Eugen Rochko 2023-07-02 11:14:22 +02:00 committed by GitHub
parent 5b46345459
commit ba06a2f104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 144 additions and 242 deletions

View file

@ -20,7 +20,7 @@ class RSS::Item < RSS::Element
end
def pub_date(date)
append_element('pubDate', date.to_fs(:rfc822))
append_element('pubDate', date.to_formatted_s(:rfc822))
end
def description(str)