Feeds Page on Published Web

Readers of Published Webs were allowed to subscribe to the Atom feeds.
Now let them actually access the 'feeds' page, from which they may do so.
This commit is contained in:
Jacques Distler 2008-12-02 01:18:00 -06:00
parent 5d47fdff8b
commit 03e459de43
2 changed files with 4 additions and 3 deletions

View file

@ -197,7 +197,7 @@ class ApplicationController < ActionController::Base
end
def authorization_needed?
not %w( login authenticate published atom_with_headlines atom_with_content).include?(action_name)
not %w( login authenticate feeds published atom_with_headlines atom_with_content).include?(action_name)
end
def authorized?