Sha256: d0b391b86e8f63c9f952ef182a59eb74e7e1608a5afd8d0247edb95248706ee2
Contents?: true
Size: 268 Bytes
Versions: 3
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true class Tramway::Event::Section < ::Tramway::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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tramway-event-2.0.1 | app/models/tramway/event/section.rb |
tramway-event-2.0.0.1 | app/models/tramway/event/section.rb |
tramway-event-2.0 | app/models/tramway/event/section.rb |