Sha256: 767317faaae22c6455bacef3a6db548bc396e75f61655790e03925cc2bfbc065
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true class Tramway::Event::Person < ::Tramway::Event::ApplicationRecord has_and_belongs_to_many :sections, class_name: 'Tramway::Event::Section' mount_uploader :photo, PhotoUploader end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tramway-event-1.9.19.4 | app/models/tramway/event/person.rb |
tramway-event-1.9.19.3 | app/models/tramway/event/person.rb |
tramway-event-1.9.19.2 | app/models/tramway/event/person.rb |