aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/shop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/shop.rb')
-rw-r--r--activerecord/test/models/shop.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/models/shop.rb b/activerecord/test/models/shop.rb
index f9d23d13b0..819af853ad 100644
--- a/activerecord/test/models/shop.rb
+++ b/activerecord/test/models/shop.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Shop
class Collection < ActiveRecord::Base
has_many :products, dependent: :nullify