aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/order.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/order.rb')
-rw-r--r--activerecord/test/models/order.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/models/order.rb b/activerecord/test/models/order.rb
index 699be53959..c8693586a0 100644
--- a/activerecord/test/models/order.rb
+++ b/activerecord/test/models/order.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
class Order < ActiveRecord::Base
belongs_to :billing, class_name: "Customer", foreign_key: "billing_customer_id"
belongs_to :shipping, class_name: "Customer", foreign_key: "shipping_customer_id"