Class: Spina::SitemapsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/spina/sitemaps_controller.rb

Instance Method Summary collapse

Methods included from ApplicationHelper

#captcha, #current_account, #error_explanation!, #image_tag_with_at2x, #link_to_add_fields, #markdown

Instance Method Details

#showObject



3
4
5
# File 'app/controllers/spina/sitemaps_controller.rb', line 3

def show
  @pages = Page.live.sorted
end