Sha256: c121eb6ab42a22a9cb84bd435257c0dc6d47ee34bb3925e8c76f4fe68742d811
Contents?: true
Size: 160 Bytes
Versions: 3
Compression:
Stored size: 160 Bytes
Contents
class Blog::SitemapsController < Spud::ApplicationController respond_to :xml def show @posts = SpudPost.publicly.all respond_with @pages end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tb_blog-1.1.2 | app/controllers/blog/sitemaps_controller.rb |
tb_blog-1.1.1 | app/controllers/blog/sitemaps_controller.rb |
tb_blog-1.1.0 | app/controllers/blog/sitemaps_controller.rb |