aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/uuid_child.rb
blob: a3d0962ad68fb9e91bde43c30ffcd34089820414 (plain) (blame)
1
2
3
class UuidChild < ActiveRecord::Base
  belongs_to :uuid_parent
end