This commit is contained in:
2026-03-27 00:32:28 +09:00
parent be40b4bcc4
commit e8be071064
6 changed files with 8 additions and 7 deletions
-2
View File
@@ -1,6 +1,4 @@
class WikiAsset < ApplicationRecord
self.primary_key = :wiki_page_id, :no
belongs_to :wiki_page
belongs_to :created_by_user, class_name: 'User'