aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/personal_legacy_thing.rb
blob: 1a70aa7e7be1bbf0763b6d56171464490664dff4 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
class PersonalLegacyThing < ActiveRecord::Base
  self.locking_column = :version
  belongs_to :person, counter_cache: true
end