diff options
Diffstat (limited to 'app/controllers/pages_controller.rb')
| -rw-r--r-- | app/controllers/pages_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb index f5609eb..a40bf10 100644 --- a/app/controllers/pages_controller.rb +++ b/app/controllers/pages_controller.rb | |||
| @@ -22,6 +22,6 @@ class PagesController < ApplicationController | |||
| 22 | page = Page.find(params[:id]) | 22 | page = Page.find(params[:id]) |
| 23 | page.update_assets(params[:images]) | 23 | page.update_assets(params[:images]) |
| 24 | 24 | ||
| 25 | render :nothing => true, :status => 200 | 25 | head :ok |
| 26 | end | 26 | end |
| 27 | end | 27 | end |
