Class: Spina::SitemapsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Spina::SitemapsController
- 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
#show ⇒ Object
3 4 5 |
# File 'app/controllers/spina/sitemaps_controller.rb', line 3 def show @pages = Page.live.sorted end |