Sha256: 22e2d1dbbfcc96c697e0ef175ecdf91506fe02673bf32a4ec0cfe6a1705629f8
Contents?: true
Size: 163 Bytes
Versions: 4
Compression:
Stored size: 163 Bytes
Contents
# frozen_string_literal: true class PersonalLegacyThing < ActiveRecord::Base self.locking_column = :version belongs_to :person, counter_cache: true end
Version data entries
4 entries across 4 versions & 1 rubygems