0
私は選択した値をマイコンに値として渡したい:quantity。私は何を間違っているのですか?select_tagから渡した値
<%= label(:ammount, "Ammount:") %>
<%= select_tag(:ammount, options_for_select([1,2,3,4,5,6,7,8,9,10])) %>
<%= button_to 'Add to cart', line_items_path(:product_id => product.id, :quantity => :ammount) %>
ありがとうございました!この問題が修正されました! ;) –