pasosdeJesus/sivel2_gen

View on GitHub
app/views/msip/personas/_campo_rangoedad_caso.html.erb

Summary

Maintainability
Test Coverage
    <%= fvictima.association :rangoedad,
      collection: Msip::ModeloHelper.opciones_tabla_basica(
        Sivel2Gen::Rangoedad, fvictima, :rangoedad
      ),
      input_html: {
        data: { 
          action: "change->sivel2-gen--edad#blanquearFechanac",
          "sivel2-gen--edad-target": "rangoedad"
        }
      },
      include_blank: false,
      label_method: :nombre,
      value_method: :id
    %>