collection_selectにデフォルト値で空欄を設定する方法
環境 rails 5.2.3 ,ruby 2.5.1
先に結論から
include_blank: true
を付ける!
付け方(例)
= i.collection_select :month_id, Month.all, :id, :name, include_blank: true
view画面では
Author And Source
この問題について(collection_selectにデフォルト値で空欄を設定する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/tyoro2gou/items/67e1978c0612e89293ac著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .