aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/uuid_child.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/uuid_child.rb')
-rw-r--r--activerecord/test/models/uuid_child.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/uuid_child.rb b/activerecord/test/models/uuid_child.rb
new file mode 100644
index 0000000000..a3d0962ad6
--- /dev/null
+++ b/activerecord/test/models/uuid_child.rb
@@ -0,0 +1,3 @@
+class UuidChild < ActiveRecord::Base
+ belongs_to :uuid_parent
+end