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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/shop_account.rb b/activerecord/test/models/shop_account.rb
index 1580e8b20c..97fb058331 100644
--- a/activerecord/test/models/shop_account.rb
+++ b/activerecord/test/models/shop_account.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class ShopAccount < ActiveRecord::Base
belongs_to :customer
belongs_to :customer_carrier