notebook/app/models/timelines/timeline_event_entity.rb

5 lines
119 B
Ruby

class TimelineEventEntity < ApplicationRecord
belongs_to :entity, polymorphic: true
belongs_to :timeline_event
end