Skip to content

Commit

Permalink
grupo
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Dec 8, 2023
1 parent 2476dd2 commit 60e2411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</td>
<td data-usuario-con-grupo-target='grupo'>
<%= f.object.usuario ?
f.object.usuario.msip_grupo.map(&:nombre).join('; ') : '' %>
f.object.usuario.grupo.map(&:nombre).join('; ') : '' %>
</td>
<td>
<%= f.input :id, as: :hidden %>
Expand Down

0 comments on commit 60e2411

Please sign in to comment.