このコミットが含まれているのは:
2026-06-09 00:35:25 +09:00
コミット 49d42d576a
3個のファイルの変更173行の追加11行の削除
+1 -1
ファイルの表示
@@ -19,7 +19,7 @@ class Post < ApplicationRecord
has_many :gekanator_correct_games,
class_name: 'GekanatorGame',
foreign_key: :correct_post_id,
dependent: :nullify,
dependent: :delete_all,
inverse_of: :correct_post
has_many :parent_post_implications,