このコミットが含まれているのは:
2026-03-27 00:32:28 +09:00
コミット e8be071064
6個のファイルの変更8行の追加7行の削除
-2
ファイルの表示
@@ -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'