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 /config | |
| parent | bc6080a332806c2d0d359e05aaee2a7865d08673 (diff) | |
added template for old RDF feed - needs to be validated though
Diffstat (limited to 'config')
| -rw-r--r-- | config/initializers/mime_types.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb index 72aca7e..f7349fa 100644 --- a/config/initializers/mime_types.rb +++ b/config/initializers/mime_types.rb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | # Be sure to restart your server when you modify this file. | 1 | # Be sure to restart your server when you modify this file. |
| 2 | 2 | ||
| 3 | Mime::Type.register "application/rdf+xml", :rdf | ||
| 4 | |||
| 5 | |||
| 3 | # Add new mime types for use in respond_to blocks: | 6 | # Add new mime types for use in respond_to blocks: |
| 4 | # Mime::Type.register "text/richtext", :rtf | 7 | # Mime::Type.register "text/richtext", :rtf |
| 5 | # Mime::Type.register_alias "text/html", :iphone | 8 | # Mime::Type.register_alias "text/html", :iphone |
