Sha256: 06c08ae69dbaf5c8a2848363e060bc0d9387af83f63f2a197d1ff71d07fae1d9

Contents?: true

Size: 362 Bytes

Versions: 4

Compression:

Stored size: 362 Bytes

Contents

<%= f.input :busgrupoper_id,
  collection: Msip::Grupoper.where('id IN (SELECT grupoper_id FROM msip_orgsocial)'),
  label: false,
  include_blank: true,
  label_method: :presenta_nombre,
  value_method: :id,
  selected: Msip::ModeloHelper.poromision(params, :busgrupoper_id),
  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/orgsociales/_filtro_grupoper_id.html.erb
msip-2.2.0.alfa3 app/views/msip/orgsociales/_filtro_grupoper_id.html.erb
msip-2.2.0.alfa2 app/views/msip/orgsociales/_filtro_grupoper_id.html.erb
msip-2.2a2 app/views/msip/orgsociales/_filtro_grupoper_id.html.erb