aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/legacy_thing.rb
blob: e0210c89229d944adcee8811f63e84127b9c1c96 (plain) (tree)
1
2
3
4
5

                             
                                      
                                
   
# frozen_string_literal: true

class LegacyThing < ActiveRecord::Base
  self.locking_column = :version
end