Sha256: 5df2a1276c5188efd9c35cb687e9b178c72ef64ad9893975f392406bec4d3438
Contents?: true
Size: 159 Bytes
Versions: 20
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true class Client < ActiveRecord::Base belongs_to :group has_many :relationships has_many :firms, through: :relationships end
Version data entries
20 entries across 20 versions & 1 rubygems