Class: Miniblog::SitemapController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Miniblog::SitemapController
- Defined in:
- app/controllers/miniblog/sitemap_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Miniblog::ApplicationController
Instance Method Details
#show ⇒ Object
2 3 4 |
# File 'app/controllers/miniblog/sitemap_controller.rb', line 2 def show @posts = Miniblog::Post.published_and_ordered end |