Sha256: 47fa09cc017ae8ba2101066bd707a3de1681d4787d3af2c50c613e40d7aeeb14
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true class Tramway::Event::Person < ::Tramway::Core::ApplicationRecord has_many :partakings, class_name: 'Tramway::Event::Partaking' mount_uploader :photo, PhotoUploader end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tramway-event-1.12.8.2 | app/models/tramway/event/person.rb |
tramway-event-1.12.8.1 | app/models/tramway/event/person.rb |
tramway-event-1.12.8 | app/models/tramway/event/person.rb |