Sha256: 89bde8360f33dbc5af66c570a6f71fa48a5bcb1616fb0d08f6c75cddf6c7d18c
Contents?: true
Size: 250 Bytes
Versions: 18
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true module Tramway::Conference class Unity < ::Tramway::Core::ApplicationRecord has_many :social_networks, as: :record, class_name: 'Tramway::Profiles::SocialNetwork' include ::Tramway::Partner::Scopes end end
Version data entries
18 entries across 18 versions & 1 rubygems