Quantcast
Channel: How do I make an RSS/Atom feed in Rails 3? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by pizza247 for How do I make an RSS/Atom feed in Rails 3?

$
0
0

Using the auto_discovery_link_tag:

In the controller:

respond_to do |format|  format.html  format.atom {render action: 'index', layout: false}end

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>