]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/notes/feed.rss.builder
Fix new rubocop warnings
[rails.git] / app / views / api / notes / feed.rss.builder
index 1b9e5b584ed90105b2ab4a19f090151dbeb9cba1..89f888f5bdaa18c6f1695e5aa5954834688d83e8 100644 (file)
@@ -24,7 +24,7 @@ xml.rss("version" => "2.0",
 
         xml.dc :creator, comment.author.display_name if comment.author
 
-        xml.pubDate comment.created_at.to_s(:rfc822)
+        xml.pubDate comment.created_at.to_fs(:rfc822)
         xml.geo :lat, comment.note.lat
         xml.geo :long, comment.note.lon
         xml.georss :point, "#{comment.note.lat} #{comment.note.lon}"