Commit 8c0ec6f638d0627ee466dc06ced5c2e4d5fba24d

Authored by Rodrigo Souto
Committed by Antonio Terceiro
1 parent 96f82053

Temporarily avoiding crashes with empty string

(ActionItem1650)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/rss_feed.rb
... ... @@ -51,6 +51,7 @@ class RssFeed < Article
51 51  
52 52 # TODO
53 53 def to_html(options = {})
  54 + ""
54 55 end
55 56  
56 57 # RSS feeds have type =text/xml=.
... ...