Sha256: 57eae30cefaf22f3e76fef2ed44fb67287a7c3c7599513e48a8d16cbf54a9c6b
Contents?: true
Size: 263 Bytes
Versions: 23
Compression:
Stored size: 263 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 Transaction < ActiveRecord::Base belongs_to :account, counter_cache: true end
Version data entries
23 entries across 23 versions & 1 rubygems