Class: Jinda::SitemapController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Jinda::SitemapController
- Defined in:
- app/controllers/jindra_engine/sitemap_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 9 10 11 |
# File 'app/controllers/jindra_engine/sitemap_controller.rb', line 6 def index headers['Content-Type'] = 'application/xml' respond_to do |format| format.xml {@articles = Article.all} end end |