質問編集履歴

1

スペルミスを直しました。ありがとうございます。

2019/12/30 10:20

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  <p>並び替え</p>
22
22
 
23
- <%= select_tag :chenge, options_for_select("価格の高い順": "price asc","価格の安い順": "price desc","新しい順": "id asc","古い順": "id desc"), include_blank: true %>
23
+ <%= select_tag :change, options_for_select("価格の高い順": "price asc","価格の安い順": "price desc","新しい順": "id asc","古い順": "id desc"), include_blank: true %>
24
24
 
25
25
  </div>
26
26
 
@@ -48,7 +48,7 @@
48
48
 
49
49
  ```
50
50
 
51
- <select name="chenge" id="chenge">
51
+ <select name="change" id="change">
52
52
 
53
53
  <option value="" label=" "></option>
54
54