Class: AppKit::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AppKit::DashboardController
- Defined in:
- app/controllers/app_kit/dashboard_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/app_kit/dashboard_controller.rb', line 5 def show @dashboard = AppKit.application.dashboard_view end |