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