Class: PandaCms::Admin::DashboardController
- Inherits:
-
PandaCms::ApplicationController
- Object
- ActionController::Base
- PandaCms::ApplicationController
- PandaCms::Admin::DashboardController
- Defined in:
- app/controllers/panda_cms/admin/dashboard_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
GET /admin.
Methods inherited from PandaCms::ApplicationController
#add_breadcrumb, #authenticate_admin_user!, #authenticate_user!, #breadcrumbs, #current_user, #set_current_request_details, #user_signed_in?
Methods included from PandaCms::ApplicationHelper
#active_link?, #block_link_to, #component, #level_indent, #menu_indent, #nav_class, #nav_highlight_colour_classes, #panda_cms_editor, #panda_cms_form_with, #selected_nav_highlight_colour_classes, #table_indent, #title_tag
Instance Method Details
#show ⇒ Object
GET /admin
10 11 12 |
# File 'app/controllers/panda_cms/admin/dashboard_controller.rb', line 10 def show @domain_expiry = domain_expiry end |