Sha256: 1291bafe477b263561eef8e356b0942f9d00ef21e28326d11962e6512e1abd02
Contents?: true
Size: 275 Bytes
Versions: 70
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true class Tramway::Event::Section < ::Tramway::Event::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
70 entries across 70 versions & 1 rubygems