Sha256: 6c6422cd6bb6e7bb76b36b7c8c027086300ad67a282f4a5adf7d2b5f444dbc16
Contents?: true
Size: 284 Bytes
Versions: 31
Compression:
Stored size: 284 Bytes
Contents
require_dependency "smithy/base_controller" module Smithy class SitemapController < BaseController respond_to :xml skip_before_filter :authenticate_smithy_admin def show @pages = Smithy::Page.root.self_and_descendants respond_with @pages end end end
Version data entries
31 entries across 31 versions & 1 rubygems