diff options
Diffstat (limited to 'activejob/test/models')
-rw-r--r-- | activejob/test/models/person.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/test/models/person.rb b/activejob/test/models/person.rb index b5d68ad9c1..bcd1018782 100644 --- a/activejob/test/models/person.rb +++ b/activejob/test/models/person.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true class Person class RecordNotFound < StandardError; end |