Sha256: 531c9c73e99f757d47290ec3ecfcdb33b868521250aa15fb29a37bd047cefd99
Contents?: true
Size: 216 Bytes
Versions: 19
Compression:
Stored size: 216 Bytes
Contents
xml.instruct! xml.urlset :xmlns => 'http://www.sitemaps.org/schemas/sitemap/0.9' do for post in @posts xml.url do xml.loc post_url(post) xml.lastmod post.updated_at.xmlschema end end end
Version data entries
19 entries across 19 versions & 2 rubygems