Sha256: 108cf76b75714df51906f1698687c065173e7e277aeb507870cf8028121c8533
Contents?: true
Size: 228 Bytes
Versions: 19
Compression:
Stored size: 228 Bytes
Contents
class Spud::Cms::SitemapsController < Spud::ApplicationController respond_to :xml caches_page :show,:expires_in => 1.day def show @pages = SpudPage.published_pages.public.order(:spud_page_id) respond_with @pages end end
Version data entries
19 entries across 19 versions & 1 rubygems