diff options
| author | hukl <contact@smyck.org> | 2009-11-18 12:54:25 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-18 12:54:25 +0100 |
| commit | 48699e822a9dd5141265d8ff31a8a7966a460c12 (patch) | |
| tree | 8ea00f9e4170a9021006a9ef1f787804067ccbb2 /app/controllers/rss_controller.rb | |
| parent | bc6080a332806c2d0d359e05aaee2a7865d08673 (diff) | |
added template for old RDF feed - needs to be validated though
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 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 | ||
