Sha256: d4213c2192b9f682616bc9078fdd1b4596e608456c8222cb0fdda210167fd7ee
Contents?: true
Size: 254 Bytes
Versions: 35
Compression:
Stored size: 254 Bytes
Contents
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
Version data entries
35 entries across 35 versions & 1 rubygems