Sha256: c38c7930bcfac613d79b20868f1dd4a0f2f6f00df4df98cbe5f2aba3cdc767b1
Contents?: true
Size: 272 Bytes
Versions: 23
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
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
activerecord-spanner-adapter-0.7.0 | acceptance/models/firm.rb |
activerecord-spanner-adapter-0.6.0 | acceptance/models/firm.rb |
activerecord-spanner-adapter-0.5.0 | acceptance/models/firm.rb |