Class: Jinda::SitemapController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/jindra_engine/sitemap_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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