質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,6 +32,16 @@
|
|
32
32
|
|
33
33
|
end
|
34
34
|
|
35
|
+
|
36
|
+
|
37
|
+
ーーー
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
@post = Post.find[params(:id)]
|
42
|
+
|
43
|
+
|
44
|
+
|
35
45
|
```
|
36
46
|
|
37
47
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,6 +5,12 @@
|
|
5
5
|
rails6
|
6
6
|
|
7
7
|
postgres
|
8
|
+
|
9
|
+
windows10
|
10
|
+
|
11
|
+
railsのコードはutf-8
|
12
|
+
|
13
|
+
ブラウザはChrome
|
8
14
|
|
9
15
|
|
10
16
|
|