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

                             


                                     
# frozen_string_literal: true

class UuidParent < ActiveRecord::Base
  has_many :uuid_children
end