Sha256: f30a95772b642e7b3d9e32940567a980101e99b4451200f745ab11c6138f3391

Contents?: true

Size: 274 Bytes

Versions: 9

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

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

  belongs_to :event, class_name: 'Tramway::Event::Event'
  has_many :partakings, as: :part, class_name: 'Tramway::Event::Partaking'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tramway-event-1.12.9.1 app/models/tramway/event/section.rb
tramway-event-1.12.9 app/models/tramway/event/section.rb
tramway-event-1.12.8.2 app/models/tramway/event/section.rb
tramway-event-1.12.8.1 app/models/tramway/event/section.rb
tramway-event-1.12.8 app/models/tramway/event/section.rb
tramway-event-1.12.7 app/models/tramway/event/section.rb
tramway-event-1.12.6.4 app/models/tramway/event/section.rb
tramway-event-1.12.6.3 app/models/tramway/event/section.rb
tramway-event-1.12.6.2 app/models/tramway/event/section.rb