Sha256: c0e44a19762bb3c1f5b0bd2a9d88954116a6b4bbaa060bdddde1c7ddef85296f

Contents?: true

Size: 162 Bytes

Versions: 2

Compression:

Stored size: 162 Bytes

Contents

class Spud::SitemapsController < Spud::ApplicationController
	caches_page :show,:expires_in => 1.day
	def show
		@sitemap_urls = Spud::Core.sitemap_urls
	end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
spud_core-0.4.0 app/controllers/spud/sitemaps_controller.rb
spud_admin-0.2.0 app/controllers/spud/sitemaps_controller.rb