このコミットが含まれているのは:
2026-01-27 01:02:33 +09:00
コミット 48d3f7708e
3個のファイルの変更51行の追加3行の削除
+2
ファイルの表示
@@ -1,4 +1,6 @@
class UserPostView < ApplicationRecord
self.primary_key = :user_id, :post_id
belongs_to :user
belongs_to :post