Skip to content

Commit

Permalink
Pemrite agregar etiquetas a persona. Closes #251
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 2, 2024
1 parent 0954931 commit 2a9cb61
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/controllers/msip/personas_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,15 @@ def lista_params
:mes,
:valor,
:_destroy
]
],
etiqueta_persona_attributes: [
:etiqueta_id,
:fecha_localizada,
:id,
:observaciones,
:usuario_id,
:_destroy
],
]
end

Expand Down

0 comments on commit 2a9cb61

Please sign in to comment.