Using the auto_discovery_link_tag:
In the controller:
respond_to do |format| format.html format.atom {render action: 'index', layout: false}end
Using the auto_discovery_link_tag:
In the controller:
respond_to do |format| format.html format.atom {render action: 'index', layout: false}end