testy/app/models/moderation_log.rb

5 lines
109 B
Ruby
Raw Permalink Normal View History

2026-05-17 11:12:43 +00:00
class ModerationLog < ApplicationRecord
belongs_to :moderatable, polymorphic: true
belongs_to :admin
end