aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/publisher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/publisher.rb')
-rw-r--r--activerecord/test/models/publisher.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/publisher.rb b/activerecord/test/models/publisher.rb
index 0d4a7f9235..53677197c4 100644
--- a/activerecord/test/models/publisher.rb
+++ b/activerecord/test/models/publisher.rb
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
module Publisher
end