aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/uuid_parent.rb
blob: 5634f22d0c5ca26c65a31842df4e66b0086ed887 (plain) (blame)
1
2
3
class UuidParent < ActiveRecord::Base
  has_many :uuid_children
end