Sha256: 41f51c1e7036613499f973519f91d71f8891478f3746026c5b3b51aa5a47d5f9

Contents?: true

Size: 183 Bytes

Versions: 4

Compression:

Stored size: 183 Bytes

Contents

<%= f.association :municipio,
  collection: ( Msip::Municipio.habilitados.where(
    id_departamento: f.object.id_departamento)),
    label_method: :nombre,
    value_method: :id 
%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
msip-2.2.0.beta1 app/views/msip/personas/_campo_municipio.html.erb
msip-2.2.0.alfa3 app/views/msip/personas/_campo_municipio.html.erb
msip-2.2.0.alfa2 app/views/msip/personas/_campo_municipio.html.erb
msip-2.2a2 app/views/msip/personas/_campo_municipio.html.erb