Sha256: 0a587eb5c27467b4660e4a63f715d1a9797cd02240cded8f48d7ed17bb750eff
Contents?: true
Size: 266 Bytes
Versions: 5
Compression:
Stored size: 266 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' end
Version data entries
5 entries across 5 versions & 1 rubygems