summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/rss_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/rss_controller.rb b/app/controllers/rss_controller.rb
index d2540d0..4c2a2e8 100644
--- a/app/controllers/rss_controller.rb
+++ b/app/controllers/rss_controller.rb
@@ -1,6 +1,7 @@
1class RssController < ApplicationController 1class RssController < ApplicationController
2 2
3 def updates 3 def updates
4 @host = request.protocol + request.host_with_port
4 5
5 @items = Page.heads.find_tagged_with( 6 @items = Page.heads.find_tagged_with(
6 "update", 7 "update",