Sha256: 1998577a603425f0f734b02bc932a667e32a0fb7ecefe8043644af424f462d66
Contents?: true
Size: 339 Bytes
Versions: 4
Compression:
Stored size: 339 Bytes
Contents
xml.instruct! xml.sitemapindex "xmlns" => "http://www.sitemaps.org/schemas/sitemap/0.9" do @pages.each_with_index do |page, i| xml.sitemap do xml.loc url_for(:host => request.host, :page => i + 1) if page.last_mod xml.lastmod page.last_mod.to_datetime.strftime("%Y-%m-%dT%H:%M:%S%:z") end end end end
Version data entries
4 entries across 4 versions & 1 rubygems