rails erb form helper options_for_select :selected

后端 未结 2 998
一整个雨季
一整个雨季 2020-12-14 01:20

I have an edit form in erb.

<%= form_for @animal do |f| %>

Within the code I have a select with options:

<%= f.sel         


        
2条回答
  •  不知归路
    2020-12-14 01:44

    By the way, if you are using :include_blank => true, this will set your current selection to blank even though the form "knows" what is selected.

提交回复
热议问题