Class: Spud::SitemapsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/spud/sitemaps_controller.rb

Instance Method Summary collapse

Methods included from ApplicationHelper

#current_site_id, #current_site_name, #sortable

Instance Method Details

#showObject



4
5
6
7
# File 'app/controllers/spud/sitemaps_controller.rb', line 4

def show
	@sitemap_urls = Spud::Core.sitemap_urls
	respond_with @sitemap_urls
end