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.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/models/uuid_child.rb b/activerecord/test/models/uuid_child.rb
index eaa380ba20..a3d0962ad6 100644
--- a/activerecord/test/models/uuid_child.rb
+++ b/activerecord/test/models/uuid_child.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
class UuidChild < ActiveRecord::Base
belongs_to :uuid_parent
end