aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/personal_legacy_thing.rb
blob: ed8b70cfcc8a791a970b6c3b15ec91f7ddc7018a (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

class PersonalLegacyThing < ActiveRecord::Base
  self.locking_column = :version
  belongs_to :person, counter_cache: true
end