Class: Maglev::SitemapController

Inherits:
ApplicationController show all
Includes:
ContentLocaleConcern, FetchersConcern, ServicesConcern
Defined in:
app/controllers/maglev/sitemap_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



12
13
14
15
# File 'app/controllers/maglev/sitemap_controller.rb', line 12

def index
  @host = request.protocol + fetch_host
  @pages = fetch_pages
end