Sha256: c95924f9e546a17cc1aa87f10d55d7953a65667765b434ea75a68b0ae5647ed2
Contents?: true
Size: 158 Bytes
Versions: 5
Compression:
Stored size: 158 Bytes
Contents
class Spud::Blog::SitemapsController < Spud::ApplicationController respond_to :xml def show @posts = SpudPost.publicly.all respond_with @pages end end
Version data entries
5 entries across 5 versions & 1 rubygems