diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-02-01 13:21:28 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-02-10 11:51:14 -0500 |
commit | 191bcb4d1b5e983583e183d8945f638604c7f0e1 (patch) | |
tree | 98aa8d8ea8b6d8eb56158cde0127cbea630c610c /app/controllers/search_controller.rb | |
parent | 4a9258371bf25ef0ce8687c3d7750d06b4337fe4 (diff) | |
download | gitlab-ce-191bcb4d1b5e983583e183d8945f638604c7f0e1.tar.gz |
Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-users
Diffstat (limited to 'app/controllers/search_controller.rb')
-rw-r--r-- | app/controllers/search_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb index 6576ebd5235..612d69cf557 100644 --- a/app/controllers/search_controller.rb +++ b/app/controllers/search_controller.rb @@ -1,5 +1,5 @@ class SearchController < ApplicationController - skip_before_action :authenticate_user!, :reject_blocked! + skip_before_action :authenticate_user! include SearchHelper |