Fix new rubocop warnings
This commit is contained in:
parent
6312e37f6b
commit
9adad9f90d
7 changed files with 7 additions and 7 deletions
|
@ -11,6 +11,6 @@ comments.each do |comment|
|
|||
|
||||
xml.dc :creator, comment.author.display_name if comment.author
|
||||
|
||||
xml.pubDate comment.created_at.to_formatted_s(:rfc822)
|
||||
xml.pubDate comment.created_at.to_fs(:rfc822)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue