Class: Identizer::Handlers::Overview
- Defined in:
- lib/identizer/handlers/overview.rb
Overview
The web-admin home: status, the provider cheatsheet, and links into the rest.
Instance Method Summary collapse
Methods inherited from Base
Methods included from Responses
#amz_json, #escape_html, #html, #json, #no_content, #not_found, #notice_page, #redirect, #xml
Constructor Details
This class inherits a constructor from Identizer::Handlers::Base
Instance Method Details
#index(request) ⇒ Object
7 8 9 10 |
# File 'lib/identizer/handlers/overview.rb', line 7 def index(request) page("overview/index", request, nav: :overview, title: "Overview", config: config, count: directory_size) end |