Class: PagesCore::SitemapsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- BaseController
- ApplicationController
- PagesCore::SitemapsController
- Includes:
- PagePathHelper
- Defined in:
- app/controllers/pages_core/sitemaps_controller.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes included from Authentication
Instance Method Summary collapse
Methods included from PagePathHelper
Methods included from StaticCacheController
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
Methods included from Authentication
#authenticate!, #deauthenticate!, #logged_in?
Instance Method Details
#show ⇒ Object
8 9 10 |
# File 'app/controllers/pages_core/sitemaps_controller.rb', line 8 def show @entries = formatted_entries end |