Class: PagesCore::SitemapsController

Inherits:
ApplicationController show all
Includes:
PagePathHelper
Defined in:
app/controllers/pages_core/sitemaps_controller.rb

Direct Known Subclasses

SitemapsController

Instance Attribute Summary

Attributes included from Authentication

#current_user

Instance Method Summary collapse

Methods included from PagePathHelper

#page_path, #page_url

Methods included from StaticCacheController

#disable_static_cache!

Methods included from PoliciesHelper

#policy, #verify_policy, #verify_policy_with_proc

Methods included from ProcessTitler

inc_number_of_requests, original_title

Methods included from ErrorRenderer

#render_error

Methods included from Authentication

#authenticate!, #deauthenticate!, #logged_in?

Instance Method Details

#showObject



8
9
10
# File 'app/controllers/pages_core/sitemaps_controller.rb', line 8

def show
  @entries = formatted_entries
end