summaryrefslogtreecommitdiff
path: root/app/controllers/rss_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/rss_controller.rb')
-rw-r--r--app/controllers/rss_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/rss_controller.rb b/app/controllers/rss_controller.rb
index 8f8d5db..acffc0e 100644
--- a/app/controllers/rss_controller.rb
+++ b/app/controllers/rss_controller.rb
@@ -6,6 +6,8 @@ class RssController < ApplicationController
6 def updates 6 def updates
7 expires_in 31.minutes, :public => true 7 expires_in 31.minutes, :public => true
8 8
9 I18n.locale = :de
10
9 @items = Page.heads.find_tagged_with( 11 @items = Page.heads.find_tagged_with(
10 "update", 12 "update",
11 :order => "published_at DESC", 13 :order => "published_at DESC",