summaryrefslogtreecommitdiff
path: root/app/controllers/rss_controller.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-10 16:38:50 +0200
committerhukl <contact@smyck.org>2009-09-10 16:38:50 +0200
commit47944aeae214f2cf9eaa7850fb76ea46287bf028 (patch)
tree4facb368207975456ec11c2d74c0058208ff84ba /app/controllers/rss_controller.rb
parent6e41f3d6ae2cda88e5316cec747b6ec79e4c0cd0 (diff)
more rss feed enhancements
Diffstat (limited to 'app/controllers/rss_controller.rb')
-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",