質問編集履歴

1

追記させていただきました。

2019/09/24 15:24

投稿

munequn
munequn

スコア17

test CHANGED
File without changes
test CHANGED
@@ -306,6 +306,20 @@
306
306
 
307
307
  ```
308
308
 
309
+ ```
310
+
311
+ class Like < ApplicationRecord
312
+
313
+ validates :user_id, {presence: true}
314
+
315
+ validates :post_id, {presence: true}
316
+
317
+ end
318
+
319
+
320
+
321
+ ```
322
+
309
323
 
310
324
 
311
325
  よろしくお願い致します。