Я хочу отправить два разных аранжировки;один, с которым отправляются значения флажка или переключателя, выбранного, и другой, где отправляют мне значения флажка и переключателя не выбран.
Это то, что привело
<table>
<tr aling=center>
<th>Realizar</th>
<td align="center"><input name="selected_privilege[0]" type="checkbox" value="1" /></td>
</tr>
<tr aling=center>
<th></th>
<td align="center">lectura</td>
</tr>
<tr aling=center>
<th>Nacional</th>
<td align="center" ><input type="radio" name="selected_privilege[0]" value="2"><br></td>
</tr>
<tr aling=center>
<th>Divisional</th>
<td align="center" ><input type="radio" name="selected_privilege[0]" value="3"><br></td>
</tr>
<tr aling=center>
<th>Inmueble</th>
<td align="center"><input type="radio" name="selected_privilege[0]" value="4"><br></td>
</tr>
</table>
Это то, что возвращает меня до сих пор
"selected_privilege"=>{"0"=>"2"}
Мой контроллер
puts "array selected" + params[:selected_privilege].keys.second.to_s