Class: Spud::SitemapsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Spud::SitemapsController
- Defined in:
- app/controllers/spud/sitemaps_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/spud/sitemaps_controller.rb', line 3 def show @sitemap_urls = Spud::Core.sitemap_urls end |