I have the following field <%= f.collection_select :tag_list, @tags.order(:name), :id, :name, {}, { class: 'select2', multiple: true } %>.
確定! 回上一頁