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 52 'text/xml'
53 53 end
54 54  
55   - # FIXME feed real data into the RSS feed
56 55 def data
57 56 articles =
58 57 if (self.include == 'parent_and_children') && self.parent
... ... @@ -83,7 +82,7 @@ class RssFeed < Article
83 82 end
84 83 # rfc822
85 84 xml.pubDate(article.created_on.rfc2822)
86   - # FIXME link to article
  85 + # link to article
87 86 xml.link(article.url)
88 87 xml.guid(article.url)
89 88 end
... ...