質問編集履歴
1
特になし
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
```rb
|
23
23
|
post.rb
|
24
24
|
|
25
|
-
class
|
25
|
+
class Post < ApplicationRecord
|
26
26
|
belongs_to :user
|
27
27
|
end
|
28
28
|
```
|