Sha256: 29981566b254630714acc17162b99be024ab513bf6ee0febb472611993563c12
Contents?: true
Size: 176 Bytes
Versions: 20
Compression:
Stored size: 176 Bytes
Contents
# frozen_string_literal: true class Firm < ActiveRecord::Base has_many :relationships has_many :clients, through: :relationships has_many :groups, through: :clients end
Version data entries
20 entries across 20 versions & 1 rubygems