こんにちは、Ruby の select() の":selected => nil"
ように変数から値を設定しようとしていますが、どちらの方法でも機能しません。":selected => val"
以下のスニペットの何が問題なのか、誰でも教えてください。ありがとう
<%= select( map1[:field_name], "id", map1[:field_codes], :selected => nil )%>
<%= select( map1[:field_name], "id", map1[:field_codes], :selected => val )%>
where map1[:field_name] is a string
and map1[:field_codes] returns a hash
val is a variable containing one of the values from hash.