Sha256: 16b1c570fe63ed11ccc14adcb53e19f3021f6197bbddb0f86e75c8f38c84d604
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
class SitemapsController < ApplicationController respond_to :xml def google @items = BcmsSeoSitemap::Generator.items respond_with @items end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bcms_seo_sitemap-1.2.0 | app/controllers/sitemaps_controller.rb |
bcms_seo_sitemap-1.1.0 | app/controllers/sitemaps_controller.rb |