回答編集履歴

2

修正

2019/08/14 03:14

投稿

rhiroe
rhiroe

スコア2349

test CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  get "/home", to: "homes#index"
6
6
 
7
+ get "/:id/settings", to: "users#settings"
8
+
7
9
  get "/:id", to: "users#index"
8
10
 
9
- get "/:id/settings", to: "users#settings"
10
-
11
11
  ```

1

スペース調整

2019/08/14 03:14

投稿

rhiroe
rhiroe

スコア2349

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  get "/home", to: "homes#index"
6
6
 
7
- get "/:id", to: "users#index"
7
+ get "/:id", to: "users#index"
8
8
 
9
9
  get "/:id/settings", to: "users#settings"
10
10