Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby on Railsのリストボックスに値を表示する簡単な方法はありますか?(ルビーにhtml selectタグの複数の属性を追加するようなもの)
これですか?
select_tag "list[]", options_from_collection_for_select(@collection, "id", "name"), :multiple=>true