diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb index 7ea5699..eda84a8 100644 --- a/app/controllers/watchers_controller.rb +++ b/app/controllers/watchers_controller.rb @@ -59,7 +59,7 @@ class WatchersController < ApplicationController @users = User.active.visible.where(:id => user_ids).to_a end if @users.blank? - render :nothing => true + head 200 end end