Commit 73e0233df5fc96f3bc69579f9b7ad567c2f553de

Authored by AntonioTerceiro
1 parent 2059ca6a

ActionItem23: no more TODO



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1146 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/models/rss_feed.rb
@@ -52,7 +52,6 @@ class RssFeed < Article @@ -52,7 +52,6 @@ class RssFeed < Article
52 'text/xml' 52 'text/xml'
53 end 53 end
54 54
55 - # FIXME feed real data into the RSS feed  
56 def data 55 def data
57 articles = 56 articles =
58 if (self.include == 'parent_and_children') && self.parent 57 if (self.include == 'parent_and_children') && self.parent
@@ -83,7 +82,7 @@ class RssFeed < Article @@ -83,7 +82,7 @@ class RssFeed < Article
83 end 82 end
84 # rfc822 83 # rfc822
85 xml.pubDate(article.created_on.rfc2822) 84 xml.pubDate(article.created_on.rfc2822)
86 - # FIXME link to article 85 + # link to article
87 xml.link(article.url) 86 xml.link(article.url)
88 xml.guid(article.url) 87 xml.guid(article.url)
89 end 88 end