5
のために働いたが、選択が空で、選択した値(正確に満たされている)は表示されません。デフォルトではない:なぜ選択されたオプションは、私が正常に動作され、この選択を持って選択
<%= f.select(:relationgroup, options_for_select(@relationgroups), { :selected => @relation.relationgroup, :include_blank => true}) %>
任意のアイデアを?ありがとう!
<%= f.select(
:relationgroup,
options_for_select(@relationgroups, @relation.relationgroup),
:include_blank => true
) %>
わからないが、多分それは良い仕事でしょう:
ありがとうございました! – John
いいですが、どちらですか? –
最初のものは、文字列フィールドなので、idは関係しません。 – John