diff options
Diffstat (limited to 'app/controllers/admin/updates_controller.rb')
| -rw-r--r-- | app/controllers/admin/updates_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/admin/updates_controller.rb b/app/controllers/admin/updates_controller.rb index 9bf9caf..226daa5 100644 --- a/app/controllers/admin/updates_controller.rb +++ b/app/controllers/admin/updates_controller.rb | |||
| @@ -30,7 +30,7 @@ class Admin::UpdatesController < Admin::AdminController | |||
| 30 | @stream = Stream.find(params[:stream_id]) | 30 | @stream = Stream.find(params[:stream_id]) |
| 31 | @update = Update.find(params[:id]) | 31 | @update = Update.find(params[:id]) |
| 32 | 32 | ||
| 33 | if @update.update_attributes(update_params) | 33 | if @update.update(update_params) |
| 34 | flash.notice = "Update updated successfully!" | 34 | flash.notice = "Update updated successfully!" |
| 35 | else | 35 | else |
| 36 | flash.alert = "Error updating update." | 36 | flash.alert = "Error updating update." |
