Class: Alchemy::Admin::DashboardController
- Inherits:
-
BaseController
- Object
- BaseController
- BaseController
- Alchemy::Admin::DashboardController
- Defined in:
- app/controllers/alchemy/admin/dashboard_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from BaseController
Instance Method Details
#index ⇒ Object
10 11 |
# File 'app/controllers/alchemy/admin/dashboard_controller.rb', line 10 def index end |
#info ⇒ Object
13 14 15 16 17 |
# File 'app/controllers/alchemy/admin/dashboard_controller.rb', line 13 def info Alchemy::Deprecation.warn <<~WARN Requesting `admin/dashboard/info` is deprecated. Please render Alchemy::Admin::Dashboard::Widgets::SystemInfo instead. WARN end |