Class: Simplec::SitemapsController

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

Instance Method Summary collapse

Methods included from ActionController::Extensions

included, #page, #simplec_path_for, #simplec_url_for, #subdomain

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/simplec/sitemaps_controller.rb', line 6

def show
  @pages = Page.includes(:subdomain)
end