私はcollection_selectのために次のコードを持っています
<%= f.collection_select :customer_id, Customer.all, :id, :name, options ={:prompt => "-Select a Customer"}, :style=>'width:210px;'%><br />
問題:-顧客を選択してからページを更新すると、collection_selectはリストを更新しませんが、以前に選択したアイテムを表示します。collection_selectでさえページを更新/再読み込みするときに、どうすれば確実に更新できますか?ガイダンスが必要です(英語が下手でごめんなさい)