Sha256: 34a2d40ffa47048e014d19da945ca1c29bba5f785cee37685b4660152dde063c

Contents?: true

Size: 233 Bytes

Versions: 8

Compression:

Stored size: 233 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tramway-event-1.6.4 app/models/tramway/event/section.rb
tramway-event-1.6.3 app/models/tramway/event/section.rb
tramway-event-1.6.2 app/models/tramway/event/section.rb
tramway-event-1.6.1 app/models/tramway/event/section.rb
tramway-event-1.6 app/models/tramway/event/section.rb
tramway-event-1.5.4 app/models/tramway/event/section.rb
tramway-event-1.5.3 app/models/tramway/event/section.rb
tramway-event-1.5.2 app/models/tramway/event/section.rb