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