empty non-saved project caused rss builder to fail

This commit is contained in:
Reinier Balt 2013-05-13 12:50:10 +02:00
parent 54b106d96b
commit 80974fb0d5
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ xml.rss :version => "2.0" do
xml.item do
xml.title h(project.name)
xml.description project_summary(project)
xml.pubDate project.created_at.to_s(:rfc822)
xml.pubDate project.created_at.rfc822
xml.link project_url(project)
xml.guid project_url(project)
end