Class: Miniblog::SitemapController

Inherits:
ApplicationController show all
Defined in:
app/controllers/miniblog/sitemap_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Miniblog::ApplicationController

Instance Method Details

#showObject



2
3
4
# File 'app/controllers/miniblog/sitemap_controller.rb', line 2

def show
  @posts = Miniblog::Post.published_and_ordered
end