Sha256: 01ae94eb5e6858c4c0293cc8c9f3b1675310d69914b093a615e1f139a0305e2a
Contents?: true
Size: 201 Bytes
Versions: 11
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true class Tramway::SportSchool::Institution < ::Tramway::Core::ApplicationRecord has_many :social_networks, as: :record, class_name: 'Tramway::Profiles::SocialNetwork' end
Version data entries
11 entries across 11 versions & 1 rubygems