Class: SitemapsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SitemapsController
- Defined in:
- app/controllers/sitemaps_controller.rb
Constant Summary
Constant Summary
Constants inherited from ApplicationController
ApplicationController::SEARCH_SCOPE_SEPARATOR
Instance Method Summary (collapse)
-
- (Object) show
Shows the sitemap.
Methods inherited from ApplicationController
#all_changes, #changes, #synonyms
Methods included from RoleRequirementSystem
Instance Method Details
- (Object) show
Shows the sitemap.
-
GET /sitemap
10 11 12 13 14 |
# File 'app/controllers/sitemaps_controller.rb', line 10 def show respond_to do |format| format.html # index.html.erb end end |