Sha256: d6b9b627de33c4be7af3529bb6fabba5f3d27974f3bfa865c025fd9dee277a9b

Contents?: true

Size: 326 Bytes

Versions: 4

Compression:

Stored size: 326 Bytes

Contents

class Tramway::Event::Event < ::Tramway::Event::ApplicationRecord
  mount_uploader :photo, PhotoUploader

  has_many :participants, class_name: 'Tramway::Event::Participant'
  has_many :participant_form_fields, class_name: 'Tramway::Event::ParticipantFormField'
  has_many :sections, class_name: 'Tramway::Event::Section'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-event-1.2.2 app/models/tramway/event/event.rb
tramway-event-1.2.1 app/models/tramway/event/event.rb
tramway-event-1.2 app/models/tramway/event/event.rb
tramway-event-1.1 app/models/tramway/event/event.rb