Class: Panda::CMS::Admin::DashboardController
- Inherits:
-
BaseController
- Object
- Panda::Core::Admin::BaseController
- BaseController
- Panda::CMS::Admin::DashboardController
- Defined in:
- app/controllers/panda/cms/admin/dashboard_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
CMS-specific dashboard.
Methods inherited from BaseController
Methods included from Panda::CMS::ApplicationHelper
#active_link?, #block_link_to, #component, #level_indent, #menu_indent, #nav_class, #nav_highlight_colour_classes, #panda_cms_collection, #panda_cms_collection_items, #panda_cms_editor, #panda_cms_feature_enabled?, #panda_cms_form_with, #selected_nav_highlight_colour_classes, #table_indent, #title_tag
Instance Method Details
#show ⇒ Object
CMS-specific dashboard
12 13 14 15 |
# File 'app/controllers/panda/cms/admin/dashboard_controller.rb', line 12 def show # Render the CMS dashboard view render :show end |