From 8c0ec6f638d0627ee466dc06ced5c2e4d5fba24d Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 26 Aug 2010 11:50:24 -0300 Subject: [PATCH] Temporarily avoiding crashes with empty string --- app/models/rss_feed.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/models/rss_feed.rb b/app/models/rss_feed.rb index d2f821c..061c5a9 100644 --- a/app/models/rss_feed.rb +++ b/app/models/rss_feed.rb @@ -51,6 +51,7 @@ class RssFeed < Article # TODO def to_html(options = {}) + "" end # RSS feeds have type =text/xml=. -- libgit2 0.21.2