Sha256: 42b0bbe10d06012aa0ae40c74b46762a7e8a544433301b42e98080bbfa41db76

Contents?: true

Size: 169 Bytes

Versions: 10

Compression:

Stored size: 169 Bytes

Contents

class SitemapsController < Spud::ApplicationController
  respond_to :xml
  def show
    @sitemap_urls = Spud::Core.sitemap_urls
    respond_with @sitemap_urls
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tb_core-1.3.0.beta2 app/controllers/sitemaps_controller.rb
tb_core-1.3.0.beta1 app/controllers/sitemaps_controller.rb
tb_core-1.2.8 app/controllers/sitemaps_controller.rb
tb_core-1.2.7 app/controllers/sitemaps_controller.rb
tb_core-1.2.6 app/controllers/sitemaps_controller.rb
tb_core-1.2.4 app/controllers/sitemaps_controller.rb
tb_core-1.2.3 app/controllers/sitemaps_controller.rb
tb_core-1.2.2 app/controllers/sitemaps_controller.rb
tb_core-1.2.1 app/controllers/sitemaps_controller.rb
tb_core-1.2.0 app/controllers/sitemaps_controller.rb