1 # frozen_string_literal: true
3 atom_feed(:language => I18n.locale, :schema_date => 2009,
4 :id => url_for(params.merge(:only_path => false)),
5 :root_url => url_for(params.merge(:only_path => false, :format => nil)),
6 "xmlns:georss" => "http://www.georss.org/georss") do |feed|
9 feed.subtitle :type => "xhtml" do |xhtml|