Sha256: 25e92a637b33470926ff4f4d5b318918833dec19d12a3f609f22e748f29adaa9
Contents?: true
Size: 273 Bytes
Versions: 7
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Tramway::Conference class Unity < ::Tramway::ApplicationRecord has_many :social_networks, as: :record, class_name: 'Tramway::Profiles::SocialNetwork' include ::Tramway::Partner::Scopes uploader :favicon, :ico end end
Version data entries
7 entries across 7 versions & 1 rubygems