@@ -20,6 +20,6 class FeedsController < ApplicationController | |||
|
20 | 20 | |
|
21 | 21 | def news |
|
22 | 22 | @news = News.find :all, :order => 'news.created_on DESC', :limit => 10, :include => [ :author, :project ] |
|
23 |
|
|
|
23 | headers["Content-Type"] = "application/rss+xml" | |
|
24 | 24 | end |
|
25 | 25 | end |
General Comments 0
You need to be logged in to leave comments.
Login now