0
0

More than 3 years have passed since last update.

f.collection_select

Posted at

<%= f.collection_select 第一引数, 第二引数, 第三引数, 第四引数, 第五引数, オプション %>

引数 具体値 役割
第一引数(メソッド名) :name_eq ・カラム名・name属性やid属性を決める
第二引数(オブジェクト) @products 配列データを指定する
第三引数(value) name 表示する際に参照するDBのカラム名
第四引数(name) name 実際に表示されるカラム名
オプション include_blank 何も選択していない時に表示される内容
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0