質問編集履歴
1
モデルのクラスですが記述漏れがあったので追記致しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -136,6 +136,8 @@
|
|
136
136
|
|
137
137
|
```class TopPage < ApplicationRecord
|
138
138
|
|
139
|
+
class TopPage < ApplicationRecord
|
140
|
+
|
139
141
|
# belongs to :user
|
140
142
|
|
141
143
|
# belongs to :category
|