aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/models/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/test/models/person.rb')
-rw-r--r--activejob/test/models/person.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activejob/test/models/person.rb b/activejob/test/models/person.rb
index b5d68ad9c1..9a3bfab25f 100644
--- a/activejob/test/models/person.rb
+++ b/activejob/test/models/person.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class Person
class RecordNotFound < StandardError; end