Class: Alchemy::Admin::Dashboard::WidgetsController
- Inherits:
-
Alchemy::Admin::DashboardController
- Object
- BaseController
- BaseController
- Alchemy::Admin::DashboardController
- Alchemy::Admin::Dashboard::WidgetsController
- Defined in:
- app/controllers/alchemy/admin/dashboard/widgets_controller.rb
Constant Summary collapse
- MODULE_NAMESPACE =
"Alchemy::Admin::Dashboard::Widgets"
Instance Method Summary collapse
Methods inherited from Alchemy::Admin::DashboardController
Methods inherited from BaseController
Instance Method Details
#show ⇒ Object
6 7 8 9 |
# File 'app/controllers/alchemy/admin/dashboard/widgets_controller.rb', line 6 def show @id = params[:id] @widget = (@id) end |