Method: Blazer::DashboardsController#update
- Defined in:
- app/controllers/blazer/dashboards_controller.rb
#update ⇒ Object
44 45 46 47 48 49 50 |
# File 'app/controllers/blazer/dashboards_controller.rb', line 44 def update if update_dashboard(@dashboard) redirect_to dashboard_path(@dashboard, variable_params) else render_errors @dashboard end end |