aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/wheel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/wheel.rb')
-rw-r--r--activerecord/test/models/wheel.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/models/wheel.rb b/activerecord/test/models/wheel.rb
index f2fecf9545..cba2b3e518 100644
--- a/activerecord/test/models/wheel.rb
+++ b/activerecord/test/models/wheel.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
class Wheel < ActiveRecord::Base
belongs_to :wheelable, polymorphic: true, counter_cache: true
end