Sha256: 9cfd645c7bba7d59bb9aed66a57765963b33d2a14479793614b2d0f138999cd1

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

<%= f.input :bussexo, 
  collection: ::Msip::Persona::sexo_opciones,
  label: false,
  include_blank: true,
  selected: Msip::ModeloHelper.poromision(params, :bussexo),
  input_html: { 
    class: 'chosen-select',
    "data-enviarautomatico" => "" 
  } 
%>

Version data entries

4 entries across 4 versions & 1 rubygems

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