Atom Feeds (bis)

Remove some vestiges of RSS 2.0.
This commit is contained in:
Jacques Distler 2007-04-13 17:20:14 -05:00
parent 3a57d3aade
commit 493803cfd1
2 changed files with 0 additions and 22 deletions

View file

@ -19,7 +19,6 @@ module CacheSweepingHelper
%w(authors atom_with_content atom_with_headlines).each do |action|
expire_action :controller => 'wiki', :web => web.address, :action => action
end
expire_fragment :controller => 'wiki', :web => web.address, :action => %w(rss_with_headlines rss_with_content)
end
end