回答編集履歴

1

コードの修正

2020/02/18 02:34

投稿

aiandrox
aiandrox

スコア52

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```erb
6
6
 
7
- <%= link_to "注文履歴一覧" , admin_orders_path, order: 'all', class: "link" %>
7
+ <%= link_to "注文履歴一覧" , admin_orders_path(order: 'all'), class: "link" %>
8
8
 
9
9
  ```
10
10