diff options
Diffstat (limited to 'app/controllers/my_controller.rb')
-rw-r--r-- | app/controllers/my_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index aefb30282..6597fb245 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -206,6 +206,6 @@ class MyController < ApplicationController @user.pref.save end end - render :nothing => true + head 200 end end |