Sha256: 5863cd8dc0bf6864f5a313ec925fd429dd2819610b751cd33dd43aed42ec0fc3
Contents?: true
Size: 273 Bytes
Versions: 27
Compression:
Stored size: 273 Bytes
Contents
class SitemapController < ApplicationController def sitemap headers["Content-Type"] = "text/xml" # set last modified header to the date of the latest entry. headers["Last-Modified"] = Page.published.order("updated_at desc").first.updated_at.httpdate end end
Version data entries
27 entries across 27 versions & 1 rubygems