aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/shop_account.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/shop_account.rb')
-rw-r--r--activerecord/test/models/shop_account.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/models/shop_account.rb b/activerecord/test/models/shop_account.rb
index cb00e202f0..1580e8b20c 100644
--- a/activerecord/test/models/shop_account.rb
+++ b/activerecord/test/models/shop_account.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
class ShopAccount < ActiveRecord::Base
belongs_to :customer
belongs_to :customer_carrier