diff options
Diffstat (limited to 'app/controllers/rss_controller.rb')
| -rw-r--r-- | app/controllers/rss_controller.rb | 1 |
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 @@ | |||
| 1 | class RssController < ApplicationController | 1 | class 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", |
