fixes #2133
This commit is contained in:
@@ -29,7 +29,7 @@ class UserFeedback < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def search(params)
|
||||
q = scoped
|
||||
q = where("true")
|
||||
return q if params.blank?
|
||||
|
||||
if params[:user_id].present?
|
||||
|
||||
Reference in New Issue
Block a user