fixes #1345
This commit is contained in:
@@ -584,7 +584,7 @@ class User < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
if params[:id].present?
|
if params[:id].present?
|
||||||
q = q.where("id = ?", params[:id].to_i)
|
q = q.where("id in (?)", params[:id].split(",").map(&:to_i))
|
||||||
end
|
end
|
||||||
|
|
||||||
case params[:order]
|
case params[:order]
|
||||||
|
|||||||
Reference in New Issue
Block a user