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

                             
                                 
                                   
                              
   
# frozen_string_literal: true

class AutoId < ActiveRecord::Base
  self.table_name = "auto_id_tests"
  self.primary_key = "auto_id"
end