Sha256: 3f400eb12b0b0da0b6e492c185fde70ab77ee9b5caf863d01208f26a658b86d4
Contents?: true
Size: 323 Bytes
Versions: 89
Compression:
Stored size: 323 Bytes
Contents
class SitemapController < ApplicationController # From https://makandracards.com/makandra/689-know-your-haml-comments SitemapController < ApplicationController layout nil def index headers['Content-Type'] = 'application/xml' respond_to do |format| format.xml {@articles = Article.all} end end end
Version data entries
89 entries across 86 versions & 4 rubygems