Class: Alchemy::Admin::Dashboard::WidgetsController

Inherits:
Alchemy::Admin::DashboardController show all
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

#index, #info

Methods inherited from BaseController

#leave

Instance Method Details

#showObject



6
7
8
9
# File 'app/controllers/alchemy/admin/dashboard/widgets_controller.rb', line 6

def show
  @id = params[:id]
  @widget = get_widget(@id)
end