質問編集履歴

1

jj

2021/04/17 08:33

投稿

Meitoku
Meitoku

スコア44

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,10 @@
22
22
 
23
23
  ```.rb
24
24
 
25
+
26
+
27
+ Rails.application.routes.draw do
28
+
25
29
  resources :tweets
26
30
 
27
31
 
@@ -35,6 +39,8 @@
35
39
  end
36
40
 
37
41
  end
42
+
43
+ end
38
44
 
39
45
  ```
40
46