We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff472c commit 885b91cCopy full SHA for 885b91c
app/views/updates/feed.rss.builder
@@ -5,6 +5,7 @@ xml.rss version: "2.0" do
5
xml.description "These are the latest updates from Visualizer"
6
xml.link feed_updates_url
7
xml.lastBuildDate @updates.first.published_at.rfc822
8
+ xml.tag! "atom:link", href: feed_updates_url(format: "rss"), rel: "self", type: "application/rss+xml"
9
10
@updates.each do |update|
11
xml.item do
0 commit comments