Sha256: 12fb242cf24f83c73397b3890849fe10388b557eb373edae582243f087e9821a
Contents?: true
Size: 261 Bytes
Versions: 5
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module Tramway module Partner class Organization < ::Tramway::Partner::ApplicationRecord has_many :partnerships, class_name: 'Tramway::Partner::Partnership' mount_uploader :logo, PhotoUploader end end end
Version data entries
5 entries across 5 versions & 1 rubygems