fix error with mapper search rendering
This commit is contained in:
parent
3aaf501b03
commit
6b6ad1b660
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ module UsersHelper
|
|||
users.each do |user|
|
||||
json_users.push user.as_json_for_autocomplete
|
||||
end
|
||||
json_users
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue