Class: Spud::Blog::SitemapsController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
	@posts = SpudPost.publicly.all
	respond_with @pages
end