fix error with mapper search rendering

This commit is contained in:
Devin Howard 2015-11-28 22:07:57 +08:00
parent 3aaf501b03
commit 6b6ad1b660

View file

@ -5,5 +5,6 @@ module UsersHelper
users.each do |user|
json_users.push user.as_json_for_autocomplete
end
json_users
end
end