Sha256: 6bc2f7f7f6d6a3d938413b50ddd7f1fc32ab27a0e45a5d5c097076cdaf8701ae

Contents?: true

Size: 210 Bytes

Versions: 10

Compression:

Stored size: 210 Bytes

Contents

class SitemapsController < Spud::ApplicationController
  respond_to :xml
  caches_page :show,:expires_in => 1.day
  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.1.10 app/controllers/sitemaps_controller.rb
tb_core-1.1.9 app/controllers/sitemaps_controller.rb
tb_core-1.1.8 app/controllers/sitemaps_controller.rb
tb_core-1.1.7 app/controllers/sitemaps_controller.rb
tb_core-1.1.6 app/controllers/sitemaps_controller.rb
tb_core-1.1.5 app/controllers/sitemaps_controller.rb
tb_core-1.1.4 app/controllers/sitemaps_controller.rb
tb_core-1.1.2 app/controllers/sitemaps_controller.rb
tb_core-1.1.1 app/controllers/sitemaps_controller.rb
tb_core-1.1.0 app/controllers/sitemaps_controller.rb