aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/uuid_parent.rb
blob: f654a964e07962c0c73a46214f0a827d86492ea4 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class UuidParent < ActiveRecord::Base
  has_many :uuid_children
end