You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get 'articles.:format', to: 'articles#index', constraints: {format: 'rss'}, as: 'rss'
get 'articles.:format', to: 'articles#index', constraints: {format: 'atom'}, as: 'atom'
The text was updated successfully, but these errors were encountered:
See core news feed issue: home-page/home_page#4
http://railscasts.com/episodes/87-generating-rss-feeds-revised
get 'articles.:format', to: 'articles#index', constraints: {format: 'rss'}, as: 'rss'
get 'articles.:format', to: 'articles#index', constraints: {format: 'atom'}, as: 'atom'
The text was updated successfully, but these errors were encountered: