aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/uuid_parent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/uuid_parent.rb')
-rw-r--r--activerecord/test/models/uuid_parent.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/models/uuid_parent.rb b/activerecord/test/models/uuid_parent.rb
index 5634f22d0c..f654a964e0 100644
--- a/activerecord/test/models/uuid_parent.rb
+++ b/activerecord/test/models/uuid_parent.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
class UuidParent < ActiveRecord::Base
has_many :uuid_children
end