class Tramway::Event::Partaking < ::Tramway::Core::ApplicationRecord belongs_to :part, polymorphic: true enumerize :part_type, in: [ 'Tramway::Event::Event', 'Tramway::Event::Section' ] belongs_to :person, class_name: 'Tramway::Event::Person' end