diff options
Diffstat (limited to 'activerecord/test/models/uuid_parent.rb')
-rw-r--r-- | activerecord/test/models/uuid_parent.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/uuid_parent.rb b/activerecord/test/models/uuid_parent.rb new file mode 100644 index 0000000000..5634f22d0c --- /dev/null +++ b/activerecord/test/models/uuid_parent.rb @@ -0,0 +1,3 @@ +class UuidParent < ActiveRecord::Base + has_many :uuid_children +end |