Class: Smithy::SitemapController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/smithy/sitemap_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
# File 'app/controllers/smithy/sitemap_controller.rb', line 8

def show
  @pages = Smithy::Page.root.self_and_descendants
  respond_with @pages
end