質問編集履歴

1

編集

2019/02/03 17:08

投稿

renren643
renren643

スコア279

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ```route
38
38
 
39
- get "/hello/:id/edit/" => "hello#edit"
39
+ resources :hello, :only => :edit
40
40
 
41
41
  get "/hello/index" => "hello#index"
42
42