Sha256: 47564b4ee961c484df3e1e04a30d04e9e91f2c1b605fc845c3abfaba424e489e
Contents?: true
Size: 217 Bytes
Versions: 5
Compression:
Stored size: 217 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(story) xml.lastmod story.updated_at.xmlschema end end end
Version data entries
5 entries across 5 versions & 1 rubygems