Skip to content

Commit 77ed569

Browse files
committed
Pass another params to rss feed
1 parent d872a3a commit 77ed569

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/views/podcasts/feed.rss.builder

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
xml.instruct! :xml, :version => "1.0"
22
xml.rss :version => "2.0",
3-
"xmlns:itunes" => "http://www.itunes.com/dtds/Podcast-1.0.dtd",
43
"xmlns:atom" => "http://www.w3.org/2005/Atom",
5-
"xmlns:media" => "http://search.yahoo.com/mrss/" do
4+
"xmlns:itunes" => "http://www.itunes.com/dtds/podcast-1.0.dtd",
5+
"xmlns:media" => "http://search.yahoo.com/mrss/",
6+
"xmlns:dc" => "http://purl.org/dc/elements/1.1/" do
67
xml.channel do
78
xml.title @title
89
xml.description @description

0 commit comments

Comments
 (0)