Class: Spud::SitemapsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Spud::SitemapsController
- Defined in:
- app/controllers/spud/sitemaps_controller.rb
Instance Method Summary collapse
Methods included from ApplicationHelper
#current_site_id, #current_site_name, #sortable
Instance Method Details
#show ⇒ Object
4 5 6 7 |
# File 'app/controllers/spud/sitemaps_controller.rb', line 4 def show @sitemap_urls = Spud::Core.sitemap_urls respond_with @sitemap_urls end |