Changeset 1696
- Timestamp:
- 05/03/08 21:10:33 (1 week ago)
- Files:
-
- trunk/app/controllers/content_controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/controllers/content_controller.rb
r1676 r1696 48 48 49 49 def auto_discovery_feed(options = { }) 50 with_options(options.reverse_merge(:only_path => false)) do |opts|50 with_options(options.reverse_merge(:only_path => true)) do |opts| 51 51 @auto_discovery_url_rss = opts.url_for(:format => 'rss') 52 52 @auto_discovery_url_atom = opts.url_for(:format => 'atom')
