Class: SitemapsController

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

Constant Summary

Constant Summary

Constants inherited from ApplicationController

ApplicationController::SEARCH_SCOPE_SEPARATOR

Instance Method Summary (collapse)

Methods inherited from ApplicationController

#all_changes, #changes, #synonyms

Methods included from RoleRequirementSystem

included

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