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:
parent
5d47fdff8b
commit
03e459de43
2 changed files with 4 additions and 3 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue