aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/uuid_child.rb
blob: 9fce361cc8ae1b1fc7ba2ad1afda066b2d7e4ede (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class UuidChild < ActiveRecord::Base
  belongs_to :uuid_parent
end