summaryrefslogtreecommitdiff
path: root/app/models/concerns/batch_destroy_dependent_associations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/concerns/batch_destroy_dependent_associations.rb')
-rw-r--r--app/models/concerns/batch_destroy_dependent_associations.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/concerns/batch_destroy_dependent_associations.rb b/app/models/concerns/batch_destroy_dependent_associations.rb
index 353ee2e73d0..45fbc88fbba 100644
--- a/app/models/concerns/batch_destroy_dependent_associations.rb
+++ b/app/models/concerns/batch_destroy_dependent_associations.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# Provides a way to work around Rails issue where dependent objects are all
# loaded into memory before destroyed: https://github.com/rails/rails/issues/22510.
#