class Miniblog::SitemapController

Public Instance Methods

show() click to toggle source
# File app/controllers/miniblog/sitemap_controller.rb, line 2
def show
  @posts = Miniblog::Post.published_and_ordered
end