質問編集履歴
1
ソースコードタイトル
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
```images
|
41
|
+
```imagesController
|
42
42
|
|
43
43
|
class ImagesController < ApplicationController
|
44
44
|
|
@@ -100,7 +100,7 @@
|
|
100
100
|
|
101
101
|
|
102
102
|
|
103
|
-
```user
|
103
|
+
```userModel
|
104
104
|
|
105
105
|
class User < ApplicationRecord
|
106
106
|
|