notebook/app/models/timeline_event_entity.rb
2020-07-01 02:04:42 -05:00

5 lines
119 B
Ruby

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