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 8d4fca9..8f8d5db 100644
--- a/app/controllers/rss_controller.rb
+++ b/app/controllers/rss_controller.rb
@@ -14,6 +14,7 @@ class RssController < ApplicationController
14 14
15 respond_to do |format| 15 respond_to do |format|
16 format.xml {} 16 format.xml {}
17 format.rdf {}
17 end 18 end
18 end 19 end
19 20