Sha256: c38c7930bcfac613d79b20868f1dd4a0f2f6f00df4df98cbe5f2aba3cdc767b1
Contents?: true
Size: 272 Bytes
Versions: 21
Compression:
Stored size: 272 Bytes
Contents
# Copyright 2020 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. class Firm < ActiveRecord::Base has_one :account has_many :departments, as: :resource end
Version data entries
21 entries across 21 versions & 1 rubygems